fix broken compilation due to lack of setters for mpd_song

This commit is contained in:
Andrzej Rybczak
2009-10-04 16:10:37 +02:00
parent 0d9f6fab7d
commit de6db568c1
7 changed files with 91 additions and 119 deletions

View File

@@ -82,8 +82,7 @@ namespace
*outbuf = 0;
if (delete_old)
delete [] instart;
inbuf = strdup(outstart);
delete [] outstart;
inbuf = outstart;
}
}