Changeset 39340 for trunk/Ohana/src/libfits/table/F_table_varlength.c
- Timestamp:
- Feb 10, 2016, 2:45:32 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/table/F_table_varlength.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/table/F_table_varlength.c
r38553 r39340 163 163 memcpy (heap_ptr, data, Ndata); 164 164 165 // zero out the extra bytes 166 off_t Nextra = Nbytes - (heap_offset + Ndata); 167 memset (&heap_ptr[Ndata], 0, Nextra); 168 165 169 // *** now we add the data description to the table *** 166 170
Note:
See TracChangeset
for help on using the changeset viewer.
