summaryrefslogtreecommitdiffstats
path: root/kde3/kdenetwork3/kdenetwork-3.5.10-gcc44-1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde3/kdenetwork3/kdenetwork-3.5.10-gcc44-1.patch')
-rw-r--r--kde3/kdenetwork3/kdenetwork-3.5.10-gcc44-1.patch55
1 files changed, 0 insertions, 55 deletions
diff --git a/kde3/kdenetwork3/kdenetwork-3.5.10-gcc44-1.patch b/kde3/kdenetwork3/kdenetwork-3.5.10-gcc44-1.patch
deleted file mode 100644
index 33a4c6adb..000000000
--- a/kde3/kdenetwork3/kdenetwork-3.5.10-gcc44-1.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -Naur kdenetwork-3.5.10.orig/kopete/protocols/groupwise/libgroupwise/rtf.cc kdenetwork-3.5.10/kopete/protocols/groupwise/libgroupwise/rtf.cc
---- kdenetwork-3.5.10.orig/kopete/protocols/groupwise/libgroupwise/rtf.cc 2005-09-10
-10:20:20.000000000 +0200
-+++ kdenetwork-3.5.10/kopete/protocols/groupwise/libgroupwise/rtf.cc 2009-11-24
-07:58:04.000000000 +0100
-@@ -2235,7 +2235,7 @@
-
- FontDef& def = p->fonts[m_nFont-1];
-
-- char *pp = strchr(str, ';');
-+ const char *pp = strchr(str, ';');
- unsigned size;
- if (pp != NULL)
- size = (pp - str);
-diff -Naur kdenetwork-3.5.10.orig/kopete/protocols/groupwise/libgroupwise/rtf.ll kdenetwork-3.5.10/kopete/protocols/groupwise/libgroupwise/rtf.ll
---- kdenetwork-3.5.10.orig/kopete/protocols/groupwise/libgroupwise/rtf.ll 2005-09-10
-10:20:20.000000000 +0200
-+++ kdenetwork-3.5.10/kopete/protocols/groupwise/libgroupwise/rtf.ll 2009-11-24
-07:53:01.000000000 +0100
-@@ -570,7 +570,7 @@
-
- FontDef& def = p->fonts[m_nFont-1];
-
-- char *pp = strchr(str, ';');
-+ const char *pp = strchr(str, ';');
- unsigned size;
- if (pp != NULL)
- size = (pp - str);
-diff -Naur kdenetwork-3.5.10.orig/kopete/protocols/oscar/liboscar/rtf.cc kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.cc
---- kdenetwork-3.5.10.orig/kopete/protocols/oscar/liboscar/rtf.cc 2005-09-10
-10:20:23.000000000 +0200
-+++ kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.cc 2009-11-24 08:05:57.000000000 +0100
-@@ -2131,7 +2131,7 @@
-
- FontDef& def = p->fonts[m_nFont-1];
-
-- char *pp = strchr(str, ';');
-+ const char *pp = strchr(str, ';');
- unsigned size;
- if (pp != NULL)
- size = (pp - str);
-diff -Naur kdenetwork-3.5.10.orig/kopete/protocols/oscar/liboscar/rtf.ll kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.ll
---- kdenetwork-3.5.10.orig/kopete/protocols/oscar/liboscar/rtf.ll 2005-09-10
-10:20:23.000000000 +0200
-+++ kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.ll 2009-11-24 08:05:33.000000000 +0100
-@@ -568,7 +568,7 @@
-
- FontDef& def = p->fonts[m_nFont-1];
-
-- char *pp = strchr(str, ';');
-+ const char *pp = strchr(str, ';');
- unsigned size;
- if (pp != NULL)
- size = (pp - str);
-