| # | Line 134 | Line 134 | openholo( /* open existing holodeck file for i/o */ | |
|---|---|---|
| 134 | FILE *fp; | |
| 135 | int fd; | |
| 136 | int hflags = 0; | |
| 137 | < | long nextloc; |
| 137 | > | int32 nextloc; |
| 138 | int n; | |
| 139 | /* open holodeck file */ | |
| 140 | if ((fp = fopen(fname, append ? "r+" : "r")) == NULL) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |