From d7c0bc54d7c5c74e42e177ad0e8cf013a7095894 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Sat, 31 Aug 2002 12:24:22 +0000 Subject: [PATCH] when compiling with t1lib support a comma was missing svn path=/trunk/kdegraphics/kpdf/; revision=174787 --- xpdf/XOutputDev.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpdf/XOutputDev.cc b/xpdf/XOutputDev.cc index f335df571..f1b44a1e1 100644 --- a/xpdf/XOutputDev.cc +++ b/xpdf/XOutputDev.cc @@ -1,6 +1,6 @@ //======================================================================== // -// XOutputDev.cc +// Xoutputdevgrep.cc // // Copyright 1996-2002 Glyph & Cog, LLC // @@ -171,7 +171,7 @@ void XOutputT1Font::drawChar(GfxState *state, Pixmap pixmap, int w, int h, (int)(rgb->b * 65535), c, u[0]); } -void XOutputT1Font::getCharPath(GfxState *state +void XOutputT1Font::getCharPath(GfxState *state, CharCode c, Unicode *u, int uLen) { font->getCharPath(c, u[0], state); }