openbsd-ports/textproc/xpdf/patches/patch-xpdf_Stream_cc

13 lines
333 B
Plaintext
Raw Normal View History

$OpenBSD: patch-xpdf_Stream_cc,v 1.4 2007/11/09 07:15:12 bernd Exp $
--- xpdf/Stream.cc.orig Thu Nov 8 09:31:28 2007
+++ xpdf/Stream.cc Thu Nov 8 09:31:29 2007
@@ -4512,7 +4512,7 @@ void ASCII85Encoder::reset() {
2007-08-25 10:42:37 -04:00
}
GBool ASCII85Encoder::fillBuf() {
- Gulong t;
+ Guint t;
char buf1[5];
int c0, c1, c2, c3;
int n, i;