fixed log output in case only t1lib is activated.
[swftools.git] / 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");