| # | Line 31 | Line 31 | char *inpspec; | |
|---|---|---|
| 31 | char *fgetline(); | |
| 32 | OBJECT lastobj; | |
| 33 | FILE *infp; | |
| 34 | < | char buf[512]; |
| 34 | > | char buf[1024]; |
| 35 | register int c; | |
| 36 | ||
| 37 | lastobj = nobjects; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |