summaryrefslogtreecommitdiffstats
path: root/extra/xfe/gcc44.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-07 22:09:59 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-07 22:09:59 +0100
commita8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109 (patch)
tree19ca9aed3a64b207fa12ca44e2717d9000670639 /extra/xfe/gcc44.patch
parent25dbcf7df3e3c9872a04ee324f24db5f0507d945 (diff)
downloadnutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.tar.gz
nutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.tar.bz2
nutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.tar.xz
nutyx-pakxe-a8ae1688ee3f5a1bf4a43ee4837c2233fcb1b109.zip
Maj xfe#1.32.1-1
Diffstat (limited to 'extra/xfe/gcc44.patch')
-rw-r--r--extra/xfe/gcc44.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/xfe/gcc44.patch b/extra/xfe/gcc44.patch
deleted file mode 100644
index bd8e783d3..000000000
--- a/extra/xfe/gcc44.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xfe-1.19.2/src/ViewWindow.cpp 2008-07-17 13:13:18.000000000 +0000
-+++ xfe-1.19.2/src/ViewWindow.cpp.new 2009-07-28 20:51:36.000000000 +0000
-@@ -655,7 +655,7 @@
- {
- FXString buf=viewer->getText();
- const char* text=buf.text();
-- char *p = strstr(&text[pos],str.text());
-+ const char *p = strstr(&text[pos],str.text());
- if(!p)
- return -1;
- return (p-text);