IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2010, 9:19:13 AM (16 years ago)
Author:
Paul Price
Message:

Fix compiler warning on type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsTable.c

    r28208 r28216  
    877877        names->data[i] = psMemIncrRefCounter(colItem->name);
    878878
    879         int size = 0;                   // Size of column
     879        size_t size = 0;                   // Size of column
    880880        char tform = 0;                 // Type in character for FITS
    881881        long rows = 0;                   // Number of rows
Note: See TracChangeset for help on using the changeset viewer.