- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/tools/src/fields.c
r24232 r27840 22 22 Header header; 23 23 char filename[1000], *CCDKeyword, *Extname, extname[80]; 24 int N, Nbytes, Extnum, Nextend, status, GotFile, GotField, GotExtension; 24 int N, Extnum, Nextend, status, GotFile, GotField, GotExtension; 25 off_t Nbytes; 26 regex_t preg; 25 27 26 regex_t preg; 28 Nextend = 0; 29 GotExtension = FALSE; 27 30 28 31 if (get_argument (argc, argv, "-h")) usage(); … … 97 100 98 101 Nbytes = gfits_data_size (&header); 99 fseek (f, Nbytes, SEEK_CUR);102 fseeko (f, Nbytes, SEEK_CUR); 100 103 Nextend ++; 101 104
Note:
See TracChangeset
for help on using the changeset viewer.
