mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
56a20fa7d2
Clean up build and add patches for gcc4.4 and libmp4v2.
13 lines
473 B
Diff
13 lines
473 B
Diff
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);
|