Mercurial > masqmail
comparison src/conf.c @ 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 | eedc23877cd5 |
comparison
equal
deleted
inserted
replaced
395:5f0829f8e6c7 | 396:6f2a8113a79e |
---|---|
279 DEBUG(9) fprintf(stderr, "read_lval()\n"); | 279 DEBUG(9) fprintf(stderr, "read_lval()\n"); |
280 if (!eat_spaces(in)) { | 280 if (!eat_spaces(in)) { |
281 return FALSE; | 281 return FALSE; |
282 } | 282 } |
283 | 283 |
284 c = fgetc(in); | |
285 DEBUG(9) fprintf(stderr, "read_lval() 2\n"); | 284 DEBUG(9) fprintf(stderr, "read_lval() 2\n"); |
286 while (1) { | 285 while (1) { |
287 if ((c = fgetc(in)) == EOF) { | 286 if ((c = fgetc(in)) == EOF) { |
288 fprintf(stderr, "unexpected EOF after %s\n", buf); | 287 fprintf(stderr, "unexpected EOF after %s\n", buf); |
289 return FALSE; | 288 return FALSE; |