IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13557


Ignore:
Timestamp:
May 30, 2007, 1:06:10 PM (19 years ago)
Author:
eugene
Message:

fixed unsigned int error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r13517 r13557  
    9696    }
    9797
    98     int numBad = 0;                     // Number of bad lines
     98    unsigned int numBad = 0;                     // Number of bad lines
    9999    psMetadata *inputs = psMetadataConfigRead(NULL, &numBad, argv[1], false); // Information about inputs
    100100    if (!inputs || numBad > 0) {
Note: See TracChangeset for help on using the changeset viewer.