Changeset 37807 for trunk/Ohana/src/libfits/table/F_write_T.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libfits/table/F_write_T.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/libfits/table/F_write_T.c
r28241 r37807 95 95 96 96 // cursor must be at start of the table (after table header) 97 fseeko (f, Nskip, SEEK_CUR); 97 if (fseeko (f, Nskip, SEEK_CUR)) { 98 fprintf (stderr, "can't seek table start\n"); 99 return (FALSE); 100 } 101 98 102 Nwrite = fwrite (ftable[0].buffer, sizeof (char), Nbytes, f); 99 103 if (Nwrite != Nbytes) {
Note:
See TracChangeset
for help on using the changeset viewer.
