Commit c8254017 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Typo.

git-svn-id: https://svn.musicpd.org/mpd/trunk@5889 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent a061da8f
...@@ -1650,7 +1650,7 @@ static void PlaylistLoadIterFunc(int fd, char *temp, char **erroredFile) ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment