]> git.pld-linux.org Git - packages/libtunepimp.git/blame - gcc44.patch
flac rebuild
[packages/libtunepimp.git] / gcc44.patch
CommitLineData
e5acd9f6
ER
1--- libtunepimp-0.5.3/lib/fileio.cpp~ 2009-08-25 18:06:48.000000000 +0300
2+++ libtunepimp-0.5.3/lib/fileio.cpp 2009-08-25 18:08:42.916044219 +0300
3@@ -124,7 +124,8 @@
4
5 void tmktempname(const char *path, char *newPath, int newPathLen)
6 {
7- char *ptr, *temp;
8+ const char *ptr;
9+ char *temp;
10
11 temp = (char *)malloc(strlen(path) + 32);
12 ptr = strrchr(path, dirSepChar);
This page took 0.075952 seconds and 4 git commands to generate.