IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14034


Ignore:
Timestamp:
Jul 5, 2007, 4:51:13 PM (19 years ago)
Author:
jhoblitt
Message:

yet another exp_id str/s64 type fix

File:
1 edited

Legend:

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

    r14033 r14034  
    54365436        return false;
    54375437    }
    5438     psString exp_id = psMetadataLookupStr(&status, row, "exp_id");
     5438    psS64 exp_id = psMetadataLookupS64(&status, row, "exp_id");
    54395439    if (!status) {
    54405440        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for exp_id");
     
    54455445        return false;
    54465446    }
     5447
    54475448    // values from config
    54485449    psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
     
    55535554            det_id,
    55545555            iteration,
    5555             (psS64)atoll(exp_id),
     5556            exp_id,
    55565557            recipe,
    55575558            bg,
Note: See TracChangeset for help on using the changeset viewer.