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:
b3cb08e
)
fixed logfs with no priority
author
kramm
<kramm>
Mon, 29 Oct 2001 15:07:57 +0000
(15:07 +0000)
committer
kramm
<kramm>
Mon, 29 Oct 2001 15:07:57 +0000
(15:07 +0000)
pdf2swf/swfoutput.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.cc
b/pdf2swf/swfoutput.cc
index
8a9a55b
..
1890e97
100644
(file)
--- a/
pdf2swf/swfoutput.cc
+++ b/
pdf2swf/swfoutput.cc
@@
-441,7
+441,7
@@
void drawchar(struct swfoutput*obj, SWFFont*font, char*character, swfmatrix*m)
char* charname = character;
if(!outline) {
- logf("Didn't find %s in current charset (%s)",
+ logf("<warning> Didn't find %s in current charset (%s)",
character,font->getName());
return;
}