From 1e3548f0e0b01d4ebbf8060a28678fa5058076f6 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 17 Aug 2004 21:11:50 +0000 Subject: Fix build with gcc-3.4 PR: ports/70592 Submitted by: maintainer --- palm/makeztxt/files/patch-libztxt::ztxt_process.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'palm/makeztxt') 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 #include @@ -8,3 +8,12 @@ #include #include #include "ztxt.h" +@@ -140,7 +141,7 @@ + break; + + case 2: +- default: ++ default:; + /* Just leave the next alone. No linefeed stripping. */ + } + -- cgit v1.2.3