openbsd-ports/textproc/xpdf/patches/patch-xpdf_Stream_cc
2007-11-09 07:15:12 +00:00

13 lines
333 B
Plaintext

$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() {
}
GBool ASCII85Encoder::fillBuf() {
- Gulong t;
+ Guint t;
char buf1[5];
int c0, c1, c2, c3;
int n, i;