Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271615
Collapse All | Expand All

(-)libtunepimp-0.5.3.orig/lib/fileio.cpp (-1 / +2 lines)
Lines 124-130 Link Here
124
124
125
void tmktempname(const char *path, char *newPath, int newPathLen)
125
void tmktempname(const char *path, char *newPath, int newPathLen)
126
{
126
{
127
    char *ptr, *temp;
127
    const char *ptr;
128
    char *temp;
128
129
129
    temp = (char *)malloc(strlen(path) + 32);
130
    temp = (char *)malloc(strlen(path) + 32);
130
    ptr = strrchr(path, dirSepChar);
131
    ptr = strrchr(path, dirSepChar);

Return to bug 271615