IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24162


Ignore:
Timestamp:
May 12, 2009, 7:54:11 PM (17 years ago)
Author:
Paul Price
Message:

Fix types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/ippTools/src/magictool.c

    r24161 r24162  
    753753
    754754            bool status = false;
    755             psS32 done = psMetadataLookupS32(&status, data, "done");
     755            psS64 done = psMetadataLookupS64(&status, data, "done");
    756756            if (!status) {
    757757                psAbort("failed to lookup value for done column");
    758758            }
    759             psS16 bad = psMetadataLookupS16(&status, data, "bad");
     759            psS64 bad = psMetadataLookupS64(&status, data, "bad");
    760760            if (!status) {
    761761                psAbort("failed to lookup value for bad column");
Note: See TracChangeset for help on using the changeset viewer.