IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6339


Ignore:
Timestamp:
Feb 7, 2006, 10:29:48 AM (20 years ago)
Author:
jhoblitt
Message:

init config->mode to PX_MODE_NONE

File:
1 edited

Legend:

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

    r6338 r6339  
    1010    psMemSetDeallocator(config, (psFreeFunc)pxConfigFree);
    1111
    12     config->mode            = 0;
     12    config->mode            = PX_MODE_NONE;
    1313    config->start           = NULL;
    1414    config->stop            = NULL;
Note: See TracChangeset for help on using the changeset viewer.