From 8574d9999b332a2d3377d7fad4694a5e7d0ff059 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Oct 2007 20:11:03 +0000 Subject: [PATCH] reverted debugging code back to normal --- lib/pdf/GFXOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index 0f070ac..eca4d9f 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -1085,7 +1085,7 @@ GBool GFXOutputDev::beginType3Char(GfxState *state, double x, double y, double d msg(" Invalid charid %d for font %s", charid, current_font_id); return gFalse; } - gfxcolor_t col={128,0,0,0}; + gfxcolor_t col={0,0,0,0}; CharCode glyphid = current_fontinfo->glyphs[charid]->glyphid; device->drawchar(device, current_gfxfont, glyphid, &col, &m); } -- 1.7.10.4