Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > b82e218f733a08a40855bed5f2606213 > files > 21

xpdf-3.02-16.fc13.src.rpm

diff -up xpdf-3.02/xpdf/Stream.cc.BAD xpdf-3.02/xpdf/Stream.cc
--- xpdf-3.02/xpdf/Stream.cc.BAD	2007-08-21 16:20:40.000000000 -0400
+++ xpdf-3.02/xpdf/Stream.cc	2007-08-21 16:20:44.000000000 -0400
@@ -4451,7 +4451,7 @@ void ASCII85Encoder::reset() {
 }
 
 GBool ASCII85Encoder::fillBuf() {
-  Gulong t;
+  Guint t;
   char buf1[5];
   int c0, c1, c2, c3;
   int n, i;