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:
ad99af7
)
changed an error to a warning
author
Matthias Kramm
<kramm@quiss.org>
Wed, 17 Mar 2010 21:38:43 +0000
(14:38 -0700)
committer
Matthias Kramm
<kramm@quiss.org>
Wed, 17 Mar 2010 21:38:43 +0000
(14:38 -0700)
lib/pdf/BitmapOutputDev.cc
patch
|
blob
|
history
diff --git
a/lib/pdf/BitmapOutputDev.cc
b/lib/pdf/BitmapOutputDev.cc
index
1abd91f
..
282b7d7
100644
(file)
--- a/
lib/pdf/BitmapOutputDev.cc
+++ b/
lib/pdf/BitmapOutputDev.cc
@@
-1448,7
+1448,7
@@
void BitmapOutputDev::drawChar(GfxState *state, double x, double y,
if(!path) {
if(code)
- msg("<error> couldn't create outline for char %d", code);
+ msg("<warning> couldn't create outline for char %d", code);
return;
}
x-=originX;