fix broken compilation due to lack of setters for mpd_song
This commit is contained in:
@@ -82,8 +82,7 @@ namespace
|
||||
*outbuf = 0;
|
||||
if (delete_old)
|
||||
delete [] instart;
|
||||
inbuf = strdup(outstart);
|
||||
delete [] outstart;
|
||||
inbuf = outstart;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user