diff options
Diffstat (limited to 'palm')
-rw-r--r-- | palm/makeztxt/files/patch-libztxt::ztxt_process.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/palm/makeztxt/files/patch-libztxt::ztxt_process.c b/palm/makeztxt/files/patch-libztxt::ztxt_process.c index b874e67826d7..6a316a66e6b0 100644 --- a/palm/makeztxt/files/patch-libztxt::ztxt_process.c +++ b/palm/makeztxt/files/patch-libztxt::ztxt_process.c @@ -1,5 +1,5 @@ ---- libztxt/ztxt_process.c.old Sat Mar 2 07:03:18 2002 -+++ libztxt/ztxt_process.c Sun Sep 29 15:52:49 2002 +--- libztxt/ztxt_process.c.orig Sat Mar 2 07:03:18 2002 ++++ libztxt/ztxt_process.c Sat Aug 14 13:35:00 2004 @@ -30,6 +30,7 @@ #include <stdlib.h> #include <stdio.h> @@ -8,3 +8,12 @@ #include <regex.h> #include <zlib.h> #include "ztxt.h" +@@ -140,7 +141,7 @@ + break; + + case 2: +- default: ++ default:; + /* Just leave the next alone. No linefeed stripping. */ + } + |