Changeset 16414
- Timestamp:
- 05/28/13 21:40:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r16287 r16414 579 579 580 580 //and special data area size 581 const off_t heapSize = HasKey("PCOUNT") ? currentTable.Get< size_t>("PCOUNT") : 0;581 const off_t heapSize = HasKey("PCOUNT") ? currentTable.Get<off_t>("PCOUNT") : 0; 582 582 583 583 //skip the row of the table, padded to 2880 bytes
Note:
See TracChangeset
for help on using the changeset viewer.