IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14075


Ignore:
Timestamp:
Jul 9, 2007, 9:45:01 AM (19 years ago)
Author:
jhoblitt
Message:

fix exp_id str instead of s64 error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r14059 r14075  
    59375937    for (long i = 0; i < psArrayLength(output); i++) {
    59385938        psMetadata *row = output->data[i];
    5939         psString exp_id = psMetadataLookupStr(&status, row, "exp_id");
     5939        psS64 exp_id = psMetadataLookupS64(&status, row, "exp_id");
    59405940        if (!status) {
    59415941            // rollback
     
    59635963                    (psS64)atoll(det_id),
    59645964                    newIteration,
    5965                     (psS64)atoll(exp_id),
     5965                    exp_id,
    59665966                    accept
    59675967                )
Note: See TracChangeset for help on using the changeset viewer.