diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:39:10 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:39:10 +0200 |
commit | 010d87391d1ba17f78d584ea196b780158f1c6f9 (patch) | |
tree | 679afaf7f80ac1b4f9e0336a2ce27c4b1e74b24c /extra/libtunepimp/tunepimp-0.5.3-gcc44.patch | |
parent | 84d2457dba83ea0fa26bfa15432dace777a577c3 (diff) | |
download | nutyx-extra-010d87391d1ba17f78d584ea196b780158f1c6f9.tar.gz nutyx-extra-010d87391d1ba17f78d584ea196b780158f1c6f9.tar.bz2 nutyx-extra-010d87391d1ba17f78d584ea196b780158f1c6f9.tar.xz nutyx-extra-010d87391d1ba17f78d584ea196b780158f1c6f9.zip |
Ajout de libtunepimp#0.5.3-1
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, 13 insertions, 0 deletions
diff --git a/extra/libtunepimp/tunepimp-0.5.3-gcc44.patch b/extra/libtunepimp/tunepimp-0.5.3-gcc44.patch new file mode 100644 index 000000000..2c5e4f9db --- /dev/null +++ b/extra/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); |