]> git.pld-linux.org Git - packages/libtunepimp.git/blobdiff - gcc44.patch
- add gcc44.patch
[packages/libtunepimp.git] / gcc44.patch
diff --git a/gcc44.patch b/gcc44.patch
new file mode 100644 (file)
index 0000000..0ec3d7d
--- /dev/null
@@ -0,0 +1,12 @@
+--- libtunepimp-0.5.3/lib/fileio.cpp~  2009-08-25 18:06:48.000000000 +0300
++++ libtunepimp-0.5.3/lib/fileio.cpp   2009-08-25 18:08:42.916044219 +0300
+@@ -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);
This page took 0.09015 seconds and 4 git commands to generate.