| # | Line 40 | Line 40 | FILE *fout; | |
|---|---|---|
| 40 | FILE *fp; | |
| 41 | HOLO *hdsect; | |
| 42 | int fd; | |
| 43 | < | int4 nextloc; |
| 43 | > | int32 nextloc; |
| 44 | int n; | |
| 45 | /* open holodeck file */ | |
| 46 | if ((fp = fopen(fname, "r")) == NULL) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |