fix a config file error
git-svn-id: https://svn.musicpd.org/mpd/trunk@2435 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
19a700b78b
commit
fab2bef87a
@ -192,7 +192,7 @@ static ConfigParam * readConfigBlock(FILE * fp, int * count, char * string) {
|
|||||||
|
|
||||||
if(2 != argsMinusComment) {
|
if(2 != argsMinusComment) {
|
||||||
ERROR("improperly formated config file at line %i:"
|
ERROR("improperly formated config file at line %i:"
|
||||||
" %s\n", count, string);
|
" %s\n", *count, string);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user