From a755742b7593e496f3e415ef2caa4321a4150b1e Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Wed, 17 Mar 2010 14:38:43 -0700 Subject: [PATCH] changed an error to a warning --- lib/pdf/BitmapOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4