utf8.c: silence compiler warnings
authorDavid Mitchell <davem@iabyn.com>
Sat, 26 Mar 2011 17:46:37 +0000 (17:46 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 26 Mar 2011 17:46:37 +0000 (17:46 +0000)
commit61a12c31224e292d9731fb0ed802186aaecbd06f
tree760200b7a44b1b4260ce1cdb06680b5897aafda4
parentcd7333372204bf77c4d9e8aa00dd7dfed401bf39
utf8.c: silence compiler warnings

prefer foo("%s", fixedstr) over foo(fixedstr).
One day someone might change fixedstr to include '%' characters.
utf8.c