X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftext.c;h=fbfc00a5b80ad5d2f28af852fe8fbdb30463d6d5;hb=6f9968fe9231b75ffc067c8b27a05aaefca5bfb2;hp=47ba5b988d1d3a6c702ee366126e6ee51a81c449;hpb=68c030bfb760590c72d65dd94da6b704287dcda2;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; //?