X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fswfdump.c;h=572e890583b637b924da25c500c2801ad399f329;hb=4273d3b692fd941d3e63def5f04e1e7bd1ea02b8;hp=e70a425d563fef757070ed97ac018276cd0029a3;hpb=e9fc8c3b319a6575a53a58a1b672a6956de05117;p=swftools.git diff --git a/src/swfdump.c b/src/swfdump.c index e70a425..572e890 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -229,7 +229,7 @@ void textcallback(int*glyphs, int nr, int fontid) a = glyphs[t]; } if(a>=32) - printf("%c", a,a); + printf("%c", a); else printf("\\x%x", (int)a); }