summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-ar
blob: 58481c81356cc33afb9ed4c9d84eaab7daf204e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ar,v 1.8 2005/01/27 16:22:37 adam Exp $

--- faxd/Class1Send.c++.orig	2004-12-29 02:16:46.000000000 +0000
+++ faxd/Class1Send.c++
@@ -1673,7 +1673,7 @@ Class1Modem::sendPage(TIFF* tif, Class2P
 	uint32* stripbytecount;
 	(void) TIFFGetField(tif, TIFFTAG_STRIPBYTECOUNTS, &stripbytecount);
 	tstrip_t strip;
-	u_long totdata = 0;
+	uint32 totdata = 0;
 	for (strip = 0; strip < nstrips; strip++)
 	    totdata += stripbytecount[strip];
 	/*