IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2006, 5:14:04 PM (20 years ago)
Author:
jhoblitt
Message:

fix a signedness warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNorm/src/ppNormCalc.c

    r8776 r8784  
    1818    }
    1919
    20     int badLines = 0;                   // Number of bad lines
     20    psU32 badLines = 0;                   // Number of bad lines
    2121    psMetadata *exposures = psMetadataConfigRead(NULL, &badLines, argv[1], false); // Exposure statistics
    2222    if (badLines > 0) {
Note: See TracChangeset for help on using the changeset viewer.