Changeset 27435 for trunk/Ohana/src/opihi/dvo/find_regions.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/find_regions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/dvo/find_regions.c
r19823 r27435 13 13 double RA0, RA1, DEC0, DEC1; 14 14 int i, j, NBigDec; 15 int NLINES, done, NREGIONS, nregion; 15 int done, NREGIONS, nregion; 16 off_t NLINES; 16 17 17 18 VarConfig ("GSCFILE", "%s", filename); … … 91 92 NLINES += NDecLines[i]; 92 93 } 93 fseek (f, 5*2880 + 48*NLINES, SEEK_SET);94 fseeko (f, 5*2880 + 48*NLINES, SEEK_SET); 94 95 95 96 /* should be in this section. if not, there is a problem counting... */ … … 140 141 NLINES += NDecLines[i]; 141 142 } 142 fseek (f, 5*2880 + 48*NLINES, SEEK_SET);143 fseeko (f, 5*2880 + 48*NLINES, SEEK_SET); 143 144 done = FALSE; 144 145 j = 12;
Note:
See TracChangeset
for help on using the changeset viewer.
