changeset 396:6f2a8113a79e

Fixed conf.c: read_lval().
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 19:57:39 +0100
parents 5f0829f8e6c7
children cdd16614c1f5
files src/conf.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/conf.c	Sat Feb 18 19:39:11 2012 +0100
+++ b/src/conf.c	Sat Feb 18 19:57:39 2012 +0100
@@ -281,7 +281,6 @@
 		return FALSE;
 	}
 
-	c = fgetc(in);
 	DEBUG(9) fprintf(stderr, "read_lval() 2\n");
 	while (1) {
 		if ((c = fgetc(in)) == EOF) {