IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2011, 5:18:06 PM (15 years ago)
Author:
watersc1
Message:

Missed a case for determining what to burntool.

File:
1 edited

Legend:

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

    r32445 r32532  
    390390      }
    391391    }
     392    char *is_stareim = strchr(psMetadataLookupStr(NULL,row,"exp_name"),'a');
     393    if (is_stareim) {
     394      continue;
     395    }
     396
    392397
    393398    bool status = false;
Note: See TracChangeset for help on using the changeset viewer.