Commit a2a2364b authored by Qball Cow's avatar Qball Cow

Small fix, it's file: test not file:test

git-svn-id: https://svn.musicpd.org/mpd/trunk@3948 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 09929b6f
......@@ -1501,11 +1501,11 @@ static void PlaylistInfoPrintInfo(FILE *fp, char *utf8file, char **erroredfile)
printSongInfo(fp, song);
}
else {
myfprintf(fp,"file:%s\n",utf8file);
myfprintf(fp,"file: %s\n",utf8file);
}
}
static void PlaylistInfoPrint(FILE *fp, char *utf8file, char **erroredfile) {
myfprintf(fp,"file:%s\n",utf8file);
myfprintf(fp,"file: %s\n",utf8file);
}
static void PlaylistLoadIterFunc(FILE *fp, char *temp, char **erroredFile) {
......
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