| # | Line 59 | Line 59 | gridsect( /* get specified section(s) and print grids | |
|---|---|---|
| 59 | int32 nextloc; | |
| 60 | int n; | |
| 61 | /* open holodeck file */ | |
| 62 | < | if ((fp = fopen(fname, "r")) == NULL) { |
| 62 | > | if ((fp = fopen(fname, "rb")) == NULL) { |
| 63 | sprintf(errmsg, "cannot open \"%s\"", fname); | |
| 64 | error(SYSTEM, errmsg); | |
| 65 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |