diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
commit | 13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (patch) | |
tree | 1a83bfe8170c1c9283f3d73d704156dc89cd8ff3 /test/libtunepimp/tunepimp-0.5.3-gcc44.patch | |
parent | aa8dbf45cd553b0f62c62c5c5fb4d51d17f03304 (diff) | |
download | nutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.gz nutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.bz2 nutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.xz nutyx-pakxe-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.zip |
suppression du dossier test
Diffstat (limited to 'test/libtunepimp/tunepimp-0.5.3-gcc44.patch')
-rw-r--r-- | test/libtunepimp/tunepimp-0.5.3-gcc44.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/libtunepimp/tunepimp-0.5.3-gcc44.patch b/test/libtunepimp/tunepimp-0.5.3-gcc44.patch deleted file mode 100644 index 2c5e4f9db..000000000 --- a/test/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); |