IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9254


Ignore:
Timestamp:
Oct 4, 2006, 1:39:49 PM (20 years ago)
Author:
jhoblitt
Message:

PX_MODE enum is gone... use 0 instead

File:
1 edited

Legend:

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

    r8060 r9254  
    1414    psMemSetDeallocator(config, (psFreeFunc)pxConfigFree);
    1515
    16     config->mode            = PX_MODE_NONE;
     16    config->mode            = 0;
    1717    config->dbh             = NULL;
    1818    config->modules         = NULL;
Note: See TracChangeset for help on using the changeset viewer.