summaryrefslogtreecommitdiffstats
path: root/test/libtunepimp/tunepimp-0.5.3-gcc44.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 18:10:23 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 18:10:23 +0100
commitc7d61a18cfe11a9b4da9196c249f06a9b0ea8e10 (patch)
treefad629b738b959a8f8888f483b93fe6370fb8979 /test/libtunepimp/tunepimp-0.5.3-gcc44.patch
parent209967849aec582f383af80eb3d21c23324afdf9 (diff)
downloadnutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.gz
nutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.bz2
nutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.xz
nutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.zip
libtunepimp dans test
Diffstat (limited to 'test/libtunepimp/tunepimp-0.5.3-gcc44.patch')
-rw-r--r--test/libtunepimp/tunepimp-0.5.3-gcc44.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/libtunepimp/tunepimp-0.5.3-gcc44.patch b/test/libtunepimp/tunepimp-0.5.3-gcc44.patch
new file mode 100644
index 000000000..2c5e4f9db
--- /dev/null
+++ b/test/libtunepimp/tunepimp-0.5.3-gcc44.patch
@@ -0,0 +1,13 @@
+diff -ruN libtunepimp-0.5.3.orig/lib/fileio.cpp libtunepimp-0.5.3/lib/fileio.cpp
+--- libtunepimp-0.5.3.orig/lib/fileio.cpp 2009-05-28 11:49:43.000000000 -0700
++++ libtunepimp-0.5.3/lib/fileio.cpp 2009-05-28 11:59:05.000000000 -0700
+@@ -124,7 +124,8 @@
+
+ void tmktempname(const char *path, char *newPath, int newPathLen)
+ {
+- char *ptr, *temp;
++ const char *ptr;
++ char *temp;
+
+ temp = (char *)malloc(strlen(path) + 32);
+ ptr = strrchr(path, dirSepChar);