summaryrefslogtreecommitdiffstats
path: root/test/libtunepimp/tunepimp-0.5.3-gcc44.patch
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-27 18:10:10 +0100
committersibel <sibel@free.fr>2010-02-27 18:10:10 +0100
commiteb24bf1956c5b691b756e78ab5433d51c36ef3b3 (patch)
tree98426c06e22d0f917cccc4c083dad6c56c1078a8 /test/libtunepimp/tunepimp-0.5.3-gcc44.patch
parent074e79f04f8526d3c60439b82866e906c4c28819 (diff)
parentc7d61a18cfe11a9b4da9196c249f06a9b0ea8e10 (diff)
downloadnutyx-extra-eb24bf1956c5b691b756e78ab5433d51c36ef3b3.tar.gz
nutyx-extra-eb24bf1956c5b691b756e78ab5433d51c36ef3b3.tar.bz2
nutyx-extra-eb24bf1956c5b691b756e78ab5433d51c36ef3b3.tar.xz
nutyx-extra-eb24bf1956c5b691b756e78ab5433d51c36ef3b3.zip
Merge remote branch 'nutyx-2009/master'
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);