changed "%c" in text extraction to "%lc"
authorkramm <kramm>
Mon, 30 Oct 2006 09:50:19 +0000 (09:50 +0000)
committerkramm <kramm>
Mon, 30 Oct 2006 09:50:19 +0000 (09:50 +0000)
lib/modules/swftext.c

index 47ba5b9..fbfc00a 100644 (file)
@@ -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;     //?