IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 9:19:40 AM (18 years ago)
Author:
Paul Price
Message:

config->complete has been removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppConfigDump/src/ppConfigDump.c

    r18062 r18914  
    6565    psMetadataAddStr(arguments, PS_LIST_TAIL, "-dump-site", 0, "Filename for site configuration", NULL);
    6666    psMetadataAddStr(arguments, PS_LIST_TAIL, "-dump-system", 0, "Filename for system configuration", NULL);
    67     psMetadataAddStr(arguments, PS_LIST_TAIL, "-dump-complete", 0, "Filename for complete configuration",
    68                      NULL);
    6967    psMetadataAddStr(arguments, PS_LIST_TAIL, "-dump-camera", 0, "Filename for camera configuration", NULL);
    7068    psMetadataAddStr(arguments, PS_LIST_TAIL, "-dump-format", 0, "Filename for camera format", NULL);
     
    132130    dump(systemName, "system configuration", config->system);
    133131
    134     const char *completeName = psMetadataLookupStr(NULL, arguments, "-dump-complete"); // Complete filename
    135     dump(completeName, "complete configuration", config->complete);
    136 
    137132    const char *camName = psMetadataLookupStr(NULL, arguments, "-dump-camera"); // Camera filename
    138133    dump(camName, "camera configuration", config->camera);
Note: See TracChangeset for help on using the changeset viewer.