X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftext.c;h=1612e6390a91eb40279827814cdcfad2e639b277;hb=f3bc04e70501213ea1d9d2aa22d5c2fa550dab3f;hp=47ba5b988d1d3a6c702ee366126e6ee51a81c449;hpb=68c030bfb760590c72d65dd94da6b704287dcda2;p=swftools.git diff --git a/lib/modules/swftext.c b/lib/modules/swftext.c index 47ba5b9..1612e63 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; //? @@ -1565,8 +1565,6 @@ SRECT swf_SetDefineText(TAG * tag, SWFFONT * font, RGBA * rgb, char *text, int s swf_TextSetCharRecordUTF8(tag, font, upos, scale * 20, gbits, abits); upos= next; - - printf("%s\n", upos); } free(utext);