diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 18:10:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 18:10:23 +0100 |
commit | c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10 (patch) | |
tree | fad629b738b959a8f8888f483b93fe6370fb8979 /extra/libtunepimp/tunepimp-0.5.3-gcc44.patch | |
parent | 209967849aec582f383af80eb3d21c23324afdf9 (diff) | |
download | nutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.gz nutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.bz2 nutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.tar.xz nutyx-extra-c7d61a18cfe11a9b4da9196c249f06a9b0ea8e10.zip |
libtunepimp dans test
Diffstat (limited to 'extra/libtunepimp/tunepimp-0.5.3-gcc44.patch')
-rw-r--r-- | extra/libtunepimp/tunepimp-0.5.3-gcc44.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/libtunepimp/tunepimp-0.5.3-gcc44.patch b/extra/libtunepimp/tunepimp-0.5.3-gcc44.patch deleted file mode 100644 index 2c5e4f9db..000000000 --- a/extra/libtunepimp/tunepimp-0.5.3-gcc44.patch +++ /dev/null @@ -1,13 +0,0 @@ -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); |