summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hylafax/patches/patch-aj')
-rw-r--r--comms/hylafax/patches/patch-aj12
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/hylafax/patches/patch-aj b/comms/hylafax/patches/patch-aj
index 13316e828b3..d4333244ff4 100644
--- a/comms/hylafax/patches/patch-aj
+++ b/comms/hylafax/patches/patch-aj
@@ -1,13 +1,13 @@
-$NetBSD: patch-aj,v 1.5 2003/09/23 21:39:48 abs Exp $
+$NetBSD: patch-aj,v 1.6 2005/01/27 16:22:37 adam Exp $
---- faxd/FaxModem.c++.orig Sun Feb 9 02:22:49 2003
+--- faxd/FaxModem.c++.orig 2004-11-23 18:11:02.000000000 +0000
+++ faxd/FaxModem.c++
-@@ -823,7 +823,7 @@ u_char* MemoryDecoder::cutExtraRTC()
- }
+@@ -734,7 +734,7 @@ FaxModem::notifyPageSent(TIFF* tif)
+ #include "MemoryDecoder.h"
- void
+ int
-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());
+ u_char* endOfData;