git-svn-id: https://svn.musicpd.org/mpd/trunk@5889 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2007-04-08 15:25:18 +00:00
parent a061da8fb5
commit c825401760

View File

@ -1650,7 +1650,7 @@ static void PlaylistLoadIterFunc(int fd, char *temp, char **erroredFile)
if (!getSongFromDB(temp) && !isRemoteUrl(temp)) { if (!getSongFromDB(temp) && !isRemoteUrl(temp)) {
} else if ((addToPlaylist(STDERR_FILENO, temp, 0)) < 0) { } else if ((addToPlaylist(STDERR_FILENO, temp, 0)) < 0) {
/* for windows compatibilit, convert slashes */ /* for windows compatibility, convert slashes */
char *temp2 = xstrdup(temp); char *temp2 = xstrdup(temp);
char *p = temp2; char *p = temp2;
while (*p) { while (*p) {