IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 4:04:46 PM (19 years ago)
Author:
Paul Price
Message:

b2_uri should not be required.

File:
1 edited

Legend:

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

    r11360 r11413  
    657657    {
    658658        bool status = false;
    659         psString exp_type = psMetadataLookupStr(&status, config->args, "-select_exp_type");       
    660         if (!status) {
     659        psString exp_type = psMetadataLookupStr(&status, config->args, "-select_exp_type");
     660        if (!status) {
    661661            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -select_exp_type");
    662662            return false;
     
    49064906        return false;
    49074907    }
    4908     if (!b2_uri) {
    4909         psError(PS_ERR_UNKNOWN, true, "-b2_uri is required");
    4910         return false;
    4911     }
    49124908    // default values
    49134909    psS8 code = psMetadataLookupS8(&status, config->args, "-code");
Note: See TracChangeset for help on using the changeset viewer.