| Submitter | jerry DeLisle |
|---|---|
| Date | Dec. 28, 2012, 1:59 a.m. |
| Message ID | <50DCFCF4.4030500@charter.net> |
| Download | mbox | patch |
| Permalink | /patch/208361/ |
| State | New |
| Headers | show |
Comments
Patch
Index: list_read.c =================================================================== --- list_read.c (revision 194731) +++ list_read.c (working copy) @@ -1429,6 +1429,7 @@ read_real (st_parameter_dt *dtp, void * dest, int goto got_sign; CASE_SEPARATORS: + case EOF: unget_char (dtp, c); /* Single null. */ eat_separator (dtp); return; @@ -1484,6 +1485,7 @@ read_real (st_parameter_dt *dtp, void * dest, int goto got_repeat; CASE_SEPARATORS: + case EOF: if (c != '\n' && c != ',' && c != '\r' && c != ';') unget_char (dtp, c); goto done;