Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37755066
en ru br
ALT Linux repos
S:0.5.3-alt5.1.1
5.0: 0.5.3-alt4
4.1: 0.5.3-alt2
4.0: 0.5.3-alt2
3.0: 0.3.0-alt1.1.1

Group :: System/Libraries
RPM: libtunepimp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libtunepimp-0.5.3-gcc44.patch
Download


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);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin