IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2006, 12:11:25 PM (20 years ago)
Author:
jhoblitt
Message:

fix -updateexp testing -exp_time for being !defined instead of isnan()

File:
1 edited

Legend:

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

    r8341 r8563  
    718718        return false;
    719719    }
    720     if (!exp_time) {
     720    if (isnan(exp_time)) {
    721721        psError(PS_ERR_UNKNOWN, true, "-exp_time is required");
    722722        return false;
Note: See TracChangeset for help on using the changeset viewer.