| # | Line 303 | Line 303 | char *pfile, *zspec; | |
|---|---|---|
| 303 | register int x; | |
| 304 | if (!isfloat(zspec) || (zvalue = atof(zspec)) <= 0.0) | |
| 305 | syserror(zspec); | |
| 306 | – | exit(1); |
| 306 | for (x = scanlen(&tresolu); x-- > 0; ) | |
| 307 | zin[x] = zvalue; | |
| 308 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |