From c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 18:10:23 +0100 Subject: libtunepimp dans test --- test/libtunepimp/tunepimp-0.5.3-gcc44.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/libtunepimp/tunepimp-0.5.3-gcc44.patch (limited to 'test/libtunepimp/tunepimp-0.5.3-gcc44.patch') 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); -- cgit v1.2.3-54-g00ecf