From: Matthias Kramm Date: Wed, 17 Mar 2010 21:38:43 +0000 (-0700) Subject: changed an error to a warning X-Git-Tag: version-0-9-1~84 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a755742b7593e496f3e415ef2caa4321a4150b1e changed an error to a warning --- diff --git a/lib/pdf/BitmapOutputDev.cc b/lib/pdf/BitmapOutputDev.cc index 1abd91f..282b7d7 100644 --- 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(" couldn't create outline for char %d", code); + msg(" couldn't create outline for char %d", code); return; } x-=originX;