# HG changeset patch # User markus schnalke # Date 1329591459 -3600 # Node ID 6f2a8113a79e71e3248beb9f70c6aafa7daaa42f # Parent 5f0829f8e6c71bbf7063c9c3b5670f5460626e38 Fixed conf.c: read_lval(). diff -r 5f0829f8e6c7 -r 6f2a8113a79e src/conf.c --- 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) {