| # | Line 290 | Line 290 | int flags; | |
|---|---|---|
| 290 | getpatch(&mp->patch[i]); | |
| 291 | } | |
| 292 | /* clean up */ | |
| 293 | < | fclose(meshfp); |
| 293 | > | if (meshfp != stdin) |
| 294 | > | fclose(meshfp); |
| 295 | mp->ldflags |= flags; | |
| 296 | /* verify data */ | |
| 297 | if ((err = checkmesh(mp)) != NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |