IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 3:17:17 PM (19 years ago)
Author:
jhoblitt
Message:

rename -definebydetrun -filter_exp_* -> -filter_input_*

File:
1 edited

Legend:

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

    r9965 r9966  
    973973
    974974    {
    975         psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_exp_begin");
    976         if (!status) {
    977             psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_exp_begin");
     975        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_begin");
     976        if (!status) {
     977            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_begin");
    978978            return false;
    979979        }
     
    992992
    993993    {
    994         psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_exp_end");
    995         if (!status) {
    996             psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_exp_end");
     994        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_end");
     995        if (!status) {
     996            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_end");
    997997            return false;
    998998        }
Note: See TracChangeset for help on using the changeset viewer.