openbsd-ports/textproc/xpdf/patches/patch-xpdf_Stream_cc
2010-05-27 14:55:40 +00:00

13 lines
334 B
Plaintext

$OpenBSD: patch-xpdf_Stream_cc,v 1.5 2010/05/27 14:55:40 jasper Exp $
--- xpdf/Stream.cc.orig Thu May 27 12:16:31 2010
+++ xpdf/Stream.cc Thu May 27 12:16:32 2010
@@ -4516,7 +4516,7 @@ void ASCII85Encoder::reset() {
}
GBool ASCII85Encoder::fillBuf() {
- Gulong t;
+ Guint t;
char buf1[5];
int c0, c1, c2, c3;
int n, i;