summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-aj
blob: 13316e828b383067013077c34bd0269cc61c34f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.5 2003/09/23 21:39:48 abs Exp $

--- faxd/FaxModem.c++.orig	Sun Feb  9 02:22:49 2003
+++ faxd/FaxModem.c++
@@ -823,7 +823,7 @@ u_char* MemoryDecoder::cutExtraRTC()
 }
 
 void
-FaxModem::correctPhaseCData(u_char* buf, u_long* pBufSize,
+FaxModem::correctPhaseCData(u_char* buf, uint32* pBufSize,
                             u_int fillorder, const Class2Params& params)
 {
     MemoryDecoder dec1(buf, params.pageWidth(), *pBufSize, fillorder, params.is2D());