summaryrefslogtreecommitdiffstats
path: root/examples/example2.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example2.c')
-rw-r--r--examples/example2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example2.c b/examples/example2.c
index c10a3d5..ed36aa2 100644
--- a/examples/example2.c
+++ b/examples/example2.c
@@ -68,7 +68,7 @@ int main(int argc, char *argv[]) {
if (rccstring) {
recoded = rccTo(NULL, 1, rccstring);
if (recoded) {
- printf(recoded);
+ printf("%s", recoded);
free(recoded);
} else printf("Recoding from UTF-8 is failed\n");
free(rccstring);