IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16104


Ignore:
Timestamp:
Jan 16, 2008, 4:59:45 PM (18 years ago)
Author:
jhoblitt
Message:

restrict 'status' var scope

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/end_stage/ippTools/src/regtool.c

    r16098 r16104  
    167167    PS_ASSERT_PTR_NON_NULL(config, false);
    168168
    169     bool status = false;
    170169    // required
    171170    PXOPT_LOOKUP_STR(exp_id, config->args, "-exp_id", true, false);
     
    226225    psTime *dateobs = NULL;
    227226    {
     227        bool status;
    228228        psString dateobsStr = psMetadataLookupStr(&status, config->args, "-dateobs");
    229229        if (!status) {
Note: See TracChangeset for help on using the changeset viewer.