IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 4:36:18 PM (20 years ago)
Author:
jhoblitt
Message:

remove initialization of pxConfig fields

File:
1 edited

Legend:

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

    r6368 r6369  
    66    PS_ASSERT_PTR_NON_NULL(config, false);
    77
    8     // Parse the configurations (re-org a la ppImage)
    9     config->site = NULL;            // Site configuration
    10     config->camera = NULL;          // Camera configuration
    11     config->recipe = NULL;          // Recipe configuration
    128    if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) {
    139        psErrorStackPrint(stderr, "Can't find site configuration!\n");
Note: See TracChangeset for help on using the changeset viewer.