From: kramm Date: Tue, 22 Feb 2005 18:52:56 +0000 (+0000) Subject: fixed log output in case only t1lib is activated. X-Git-Tag: release-0-7-0~219 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=c1f4a906117e98e2f4ba59abc1ce153e8129bc19;hp=afc42626170144fefc4e25f2a52b8cf43445d759;p=swftools.git fixed log output in case only t1lib is activated. --- diff --git a/lib/modules/swffont.c b/lib/modules/swffont.c index 4a951a9..63ccc4f 100644 --- a/lib/modules/swffont.c +++ b/lib/modules/swffont.c @@ -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");