IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

rename pxConfig database -> dbh

File:
1 edited

Legend:

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

    r6339 r6341  
    1616    config->camera_name     = NULL;
    1717    config->filter          = NULL;
    18     config->database        = NULL;
     18    config->dbh        = NULL;
    1919    config->site            = NULL;
    2020    config->recipe          = NULL;
     
    3737    psFree(config->camera_name);
    3838    psFree(config->filter);
    39     psFree(config->database);
     39    psFree(config->dbh);
    4040    psFree(config->site);
    4141    psFree(config->recipe);
Note: See TracChangeset for help on using the changeset viewer.