]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- fix for wrong type of ff_separator option (should fix SEGV on 64-bit archs, BTS#708
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Aug 2003 11:47:32 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-types.patch -> 1.1

LPRng-types.patch [new file with mode: 0644]

diff --git a/LPRng-types.patch b/LPRng-types.patch
new file mode 100644 (file)
index 0000000..32f9a12
--- /dev/null
@@ -0,0 +1,11 @@
+--- LPRng-3.8.21/src/common/vars.c.orig        Wed Apr 16 01:37:42 2003
++++ LPRng-3.8.21/src/common/vars.c     Tue Aug  5 13:37:05 2003
+@@ -211,7 +211,7 @@
+    /*  string to send for a form feed */
+ { "ff", 0,  STRING_K,  &Form_feed_DYN,0,0,"=\\f"},
+    /*  string to send for a form feed */
+-{ "ff_separator", 0,  STRING_K,  &FF_separator_DYN,0,0,0},
++{ "ff_separator", 0,  FLAG_K,  &FF_separator_DYN,0,0,0},
+    /* enforce FIFO (first in, first out) order */
+ { "fifo", 0, STRING_K, &Fifo_DYN,0,0,0},
+    /* FIFO lock file */
This page took 0.031656 seconds and 4 git commands to generate.