IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2006, 2:36:03 PM (20 years ago)
Author:
jhoblitt
Message:

revert to the previous pmConfigRead() prototype

File:
1 edited

Legend:

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

    r7815 r7819  
    272272
    273273#define PXTOOL_MODE(option, modeval, argset) \
     274{ \
     275    int N = 0; \
    274276    if ((N = psArgumentGet (argc, argv, option))) { \
    275277        psArgumentRemove (N, &argc, argv); \
     
    279281        config->mode = modeval; \
    280282        config->args = psMemIncrRefCounter(argset); \
    281     }
     283    } \
     284}
    282285
    283286    // find which mode we're running under
     
    305308    PXTOOL_MODE("-rerun",           DETTOOL_MODE_RERUN,         rerunArgs);
    306309
    307 bool argErr = false;
     310    bool argErr = false;
    308311    if (config->mode == DETTOOL_MODE_NONE) {
    309312        argErr = true;
Note: See TracChangeset for help on using the changeset viewer.