Changeset 16414 for trunk/Mars/mcore


Ignore:
Timestamp:
05/28/13 21:40:12 (11 years ago)
Author:
lyard
Message:
Fixed little size_t to off_t bug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/fits.h

    r16287 r16414  
    579579
    580580        //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;
    582582
    583583        //skip the row of the table, padded to 2880 bytes
Note: See TracChangeset for help on using the changeset viewer.