Code

bring back prefix/postfix handling. simplify swap_chars.
authorPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 3 Feb 2012 08:57:53 +0000 (09:57 +0100)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 3 Feb 2012 08:57:53 +0000 (09:57 +0100)
commit0fef1f5e1d38ce85c14523a4cc76da0e40139877
treeecccb5b0b3d8323ac5d43bf884a84c50d35c1cc5
parent39dccb06ed38bff82b09085796b58e34ad39d273
bring back prefix/postfix handling. simplify swap_chars.

prefix and postfix need to be set to an empty string when
they are null since they are used in format strings.

swap_chars return value is never used and could never be
negative, switch to a void prototype instead.
src/write_graphite.c