From 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 20 Apr 2005 06:16:18 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'. --- .../wxgtk29/files/patch-src-common-string.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 x11-toolkits/wxgtk29/files/patch-src-common-string.cpp (limited to 'x11-toolkits/wxgtk29/files/patch-src-common-string.cpp') diff --git a/x11-toolkits/wxgtk29/files/patch-src-common-string.cpp b/x11-toolkits/wxgtk29/files/patch-src-common-string.cpp deleted file mode 100644 index f88da4cc4be9..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-src-common-string.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/common/string.cpp.orig Mon Feb 21 15:53:48 2005 -+++ src/common/string.cpp Tue Feb 22 01:39:54 2005 -@@ -39,6 +39,7 @@ - #endif - - #include -+#include - #include - #include - -@@ -1956,6 +1957,9 @@ - // ok, there was enough space - break; - } -+ -+ if (errno != EOVERFLOW) -+ break; - - // still not enough, double it again - size *= 2; -- cgit v1.2.3