]> git.pld-linux.org Git - packages/hylafax.git/blob - hylafax-topmargin.patch
- updated to 4.2.1
[packages/hylafax.git] / hylafax-topmargin.patch
1 diff -Naur hylafax-4.2.1.orig/faxd/MemoryDecoder.c++ hylafax-4.2.1/faxd/MemoryDecoder.c++
2 --- hylafax-4.2.1.orig/faxd/MemoryDecoder.c++   2005-01-11 20:45:08.133122704 +0100
3 +++ hylafax-4.2.1/faxd/MemoryDecoder.c++        2005-01-11 20:45:11.835559848 +0100
4 @@ -147,6 +147,11 @@
5                 topMargin *= 4;
6                 break;
7         }
8 +        /*
9 +         * Skip at least 200 rows. ZYXELs like it.
10 +        */
11 +        if( topMargin < 220 ) topMargin = 220;
12 +               
13         do {
14             (void) decodeRow(NULL, rowpixels);
15         } while (--topMargin);
This page took 0.032796 seconds and 3 git commands to generate.