git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc4262
)
fixed log output in case only t1lib is activated.
author
kramm
<kramm>
Tue, 22 Feb 2005 18:52:56 +0000
(18:52 +0000)
committer
kramm
<kramm>
Tue, 22 Feb 2005 18:52:56 +0000
(18:52 +0000)
lib/modules/swffont.c
patch
|
blob
|
history
diff --git
a/lib/modules/swffont.c
b/lib/modules/swffont.c
index
4a951a9
..
63ccc4f
100644
(file)
--- 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");