summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/kdenetwork/kdenetwork-3.5.10-wformat.patch
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 12:06:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 12:08:16 +0900
commit7857b50140791f60497ab7e8994af3f4377cc387 (patch)
treeb082efee082671ae737d54b04f03aa7a179a9302 /mandriva/2010.2/kdenetwork/kdenetwork-3.5.10-wformat.patch
parentd52fb29b2d29090cef37a86648aefff37d54feb2 (diff)
downloadtde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.tar.gz
tde-packaging-7857b50140791f60497ab7e8994af3f4377cc387.zip
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 40be1ebef7a688235d4730561908a02f10505385)
Diffstat (limited to 'mandriva/2010.2/kdenetwork/kdenetwork-3.5.10-wformat.patch')
-rw-r--r--mandriva/2010.2/kdenetwork/kdenetwork-3.5.10-wformat.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/mandriva/2010.2/kdenetwork/kdenetwork-3.5.10-wformat.patch b/mandriva/2010.2/kdenetwork/kdenetwork-3.5.10-wformat.patch
deleted file mode 100644
index a71d30713..000000000
--- a/mandriva/2010.2/kdenetwork/kdenetwork-3.5.10-wformat.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- kopete/plugins/statistics/sqlite/shell.c.orig 2009-04-02 20:04:41.000000000 +0200
-+++ kopete/plugins/statistics/sqlite/shell.c 2009-04-02 20:29:12.000000000 +0200
-@@ -356,7 +356,7 @@
- output_c_string(p->out, z);
- }
- if( bSep ){
-- fprintf(p->out, p->separator);
-+ fprintf(p->out, "%s", p->separator);
- }
- }
-
-@@ -1005,7 +1005,7 @@
- }else
-
- if( c=='h' && strncmp(azArg[0], "help", n)==0 ){
-- fprintf(stderr,zHelp);
-+ fprintf(stderr, "%s", zHelp);
- }else
-
- if( c=='i' && strncmp(azArg[0], "import", n)==0 && nArg>=3 ){
---- kopete/plugins/statistics/sqlite/vdbe.c.orig 2009-04-02 20:30:39.000000000 +0200
-+++ kopete/plugins/statistics/sqlite/vdbe.c 2009-04-02 20:31:02.000000000 +0200
-@@ -361,7 +361,7 @@
- }
- }
- zBuf[k++] = ']';
-- k += sprintf(&zBuf[k], encnames[pMem->enc]);
-+ k += sprintf(&zBuf[k], "%s", encnames[pMem->enc]);
- zBuf[k++] = 0;
- }
- }