[poppler] poppler/splash: SplashFTFont.cc,1.6,1.7
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue Apr 4 13:42:10 PDT 2006
Update of /cvs/poppler/poppler/splash
In directory kemper:/tmp/cvs-serv24396/splash
Modified Files:
SplashFTFont.cc
Log Message:
Fix crash when using fixedpoint math. Patch by Frank Meerkoetter
Index: SplashFTFont.cc
===================================================================
RCS file: /cvs/poppler/poppler/splash/SplashFTFont.cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- SplashFTFont.cc 23 Jan 2006 14:45:30 -0000 1.6
+++ SplashFTFont.cc 4 Apr 2006 20:42:08 -0000 1.7
@@ -53,7 +53,7 @@
SplashFont(fontFileA, matA, fontFileA->engine->aa)
{
FT_Face face;
- SplashCoord size, div;
+ double size, div;
int x, y;
face = fontFileA->face;
More information about the poppler
mailing list