IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 6:31:34 PM (20 years ago)
Author:
jhoblitt
Message:

exit when multiple modes are specified

File:
1 edited

Legend:

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

    r8501 r8502  
    448448        if (config->mode) { \
    449449            psError(PS_ERR_UNKNOWN, true, "only one mode selection is allowed"); \
     450            goto FAIL; \
    450451        } \
    451452        config->mode = modeval; \
Note: See TracChangeset for help on using the changeset viewer.