diff options
author | Robert Xu <[email protected]> | 2011-11-10 18:04:39 -0500 |
---|---|---|
committer | Robert Xu <[email protected]> | 2011-11-10 18:04:39 -0500 |
commit | 21fcfa3348213aa87f0e3aef62ca4720c6d31cb7 (patch) | |
tree | 2cfb64c59322628e613ed0895e3c3694d3abe6bd /opensuse/tdebase/gcc44.diff | |
parent | 8667643bff14a60d8571c599efd3e48bed3e3b12 (diff) | |
download | tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.tar.gz tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.zip |
initial commit to suse branch: eclipse integration
Diffstat (limited to 'opensuse/tdebase/gcc44.diff')
-rw-r--r-- | opensuse/tdebase/gcc44.diff | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/opensuse/tdebase/gcc44.diff b/opensuse/tdebase/gcc44.diff deleted file mode 100644 index 999b5f3ca..000000000 --- a/opensuse/tdebase/gcc44.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- kcontrol/kfontinst/kfontinst/Fontmap.cpp.sav 2006-01-19 18:00:49.000000000 +0100 -+++ kcontrol/kfontinst/kfontinst/Fontmap.cpp 2009-05-29 14:50:08.000000000 +0200 -@@ -44,7 +44,7 @@ - - using namespace std; - --static char * findSpace(char *str) -+static const char * findSpace(const char *str) - { - while(str && *str!=' ' && *str!='\t') - str++; -@@ -65,7 +65,7 @@ static bool parseLine(const char *line, - char a[constMaxLen+1], - b[constFileMaxLen+1]; - -- char *slash1=strchr(line, '/'), -+ const char *slash1=strchr(line, '/'), - *space1=slash1 ? findSpace(slash1) : NULL, //strchr(slash1, ' ') : NULL, - *ob=slash1 ? strchr(slash1, '(') : NULL, - *cb=ob ? strchr(ob, ')') : NULL, |