From fab2bef87a9d2d448b63315a731015f43f34bc7a Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 31 Oct 2004 15:54:21 +0000 Subject: fix a config file error git-svn-id: https://svn.musicpd.org/mpd/trunk@2435 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conf.c b/src/conf.c index ccbb99f1c..4650cf08f 100644 --- a/src/conf.c +++ b/src/conf.c @@ -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); } -- cgit v1.2.3