fixed log output in case only t1lib is activated.
authorkramm <kramm>
Tue, 22 Feb 2005 18:52:56 +0000 (18:52 +0000)
committerkramm <kramm>
Tue, 22 Feb 2005 18:52:56 +0000 (18:52 +0000)
lib/modules/swffont.c

index 4a951a9..63ccc4f 100644 (file)
@@ -476,7 +476,7 @@ SWFFONT* swf_LoadT1Font(char*filename)
            }
            last = pos;
            outline = outline->link;
-           printf("(%f,%f) ", pos.x, pos.y);
+           printf("t1lib: (%f,%f) ", pos.x, pos.y);
        }
        printf("\n");