Commit fab2bef8 authored by Warren Dukes's avatar Warren Dukes

fix a config file error

git-svn-id: https://svn.musicpd.org/mpd/trunk@2435 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 19a700b7
......@@ -192,7 +192,7 @@ static ConfigParam * readConfigBlock(FILE * fp, int * count, char * string) {
if(2 != argsMinusComment) {
ERROR("improperly formated config file at line %i:"
" %s\n", count, string);
" %s\n", *count, string);
exit(EXIT_FAILURE);
}
......
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