# | Line 44 | Line 44 | int sect; | |
---|---|---|
44 | FILE *fp; | |
45 | HOLO hdsect; | |
46 | int fd; | |
47 | < | int4 nextloc; |
47 | > | int32 nextloc; |
48 | int n; | |
49 | /* open holodeck file */ | |
50 | if ((fp = fopen(fname, "r")) == NULL) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |