Commit 31a81e2b authored by Eric Wong's avatar Eric Wong

log: oops, brain fart caused a segfault

git-svn-id: https://svn.musicpd.org/mpd/trunk@4538 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 057a4837
......@@ -102,7 +102,7 @@ void flushWarningLog(void)
s = strtok(warningBuffer, "\n");
while (s != NULL) {
vfprintf(stderr, "%s\n", s);
fprintf(stderr, "%s\n", s);
s = strtok(NULL, "\n");
}
......
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