From: kramm Date: Sat, 16 Feb 2002 20:10:18 +0000 (+0000) Subject: bugfix. X-Git-Tag: release-0-2-3~6 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=9885d075d97227c20efdd5e6c285485879bc0bdd bugfix. --- 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); }