packages: kdenetwork/gcc44.patch - patch one more rtf.ll

glen glen at pld-linux.org
Mon Aug 24 22:17:47 CEST 2009


Author: glen                         Date: Mon Aug 24 20:17:47 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- patch one more rtf.ll

---- Files affected:
packages/kdenetwork:
   gcc44.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/kdenetwork/gcc44.patch
diff -u packages/kdenetwork/gcc44.patch:1.1 packages/kdenetwork/gcc44.patch:1.2
--- packages/kdenetwork/gcc44.patch:1.1	Mon Aug 24 21:44:19 2009
+++ packages/kdenetwork/gcc44.patch	Mon Aug 24 22:17:42 2009
@@ -20,3 +20,25 @@
          unsigned size;
          if (pp != NULL)
             size = (pp - str);
+--- kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.ll~	2005-09-10 11:20:23.000000000 +0300
++++ kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.ll	2009-08-24 23:16:25.675755384 +0300
+@@ -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);
+--- kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.cc~	2005-09-10 11:20:23.000000000 +0300
++++ kdenetwork-3.5.10/kopete/protocols/oscar/liboscar/rtf.cc	2009-08-24 23:16:50.082535532 +0300
+@@ -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);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdenetwork/gcc44.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list