| # | Line 630 | Line 630 | RESOLU *rp | |
|---|---|---|
| 630 | if (rp != NULL && !fgetsresolu(rp, fp)) | |
| 631 | mvs.ok = 0; | |
| 632 | ||
| 633 | < | fclose(fp); |
| 633 | > | if (fp != stdin) |
| 634 | > | fclose(fp); |
| 635 | ||
| 636 | return(mvs.ok); | |
| 637 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |