X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftext.c;h=fbfc00a5b80ad5d2f28af852fe8fbdb30463d6d5;hb=ce8e589a808f756f37ee6e545357d2907c3dd161;hp=47ba5b988d1d3a6c702ee366126e6ee51a81c449;hpb=33cec2f65eef6a6052e0b76fa3b66b4ef9216e6a;p=swftools.git diff --git a/lib/modules/swftext.c b/lib/modules/swftext.c index 47ba5b9..fbfc00a 100644 --- a/lib/modules/swftext.c +++ b/lib/modules/swftext.c @@ -463,7 +463,7 @@ swf_FontExtract_DefineTextCallback(int id, SWFFONT * f, TAG * t, int jobs, if (id == fid) { if (jobs & FEDTJ_PRINT) { int code = f->glyph2ascii[glyph]; - printf("%c", code); + printf("%lc", code); } if (jobs & FEDTJ_MODIFY) f->glyph[glyph].advance = adv * 20; //?