IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2020, 2:06:23 PM (6 years ago)
Author:
eugene
Message:

libfits I/O operations where using signed char instead of unsigned char for byte-values table columns (B) -- this only affects the definition of SkyRegion.d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/include/gfitsio.h

    r41375 r41395  
    1919
    2020/* gfits_bintable_format returns 'byte' as the type associated with one-byte logical (non-char) values */
    21 typedef char byte;
     21typedef unsigned char byte;
    2222
    2323/********** FITS Constants *********/
Note: See TracChangeset for help on using the changeset viewer.