IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2006, 2:10:47 PM (20 years ago)
Author:
jhoblitt
Message:

rename all url struct fields -> uri
add pzPendingFrame

File:
1 edited

Legend:

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

    r6369 r6668  
    6666    psMetadataAddStr(arguments, PS_LIST_TAIL, "-class",  0, "define class", "");
    6767    psMetadataAddStr(arguments, PS_LIST_TAIL, "-class_id",  0, "define class ID", "");
    68     psMetadataAddStr(arguments, PS_LIST_TAIL, "-url",  0, "define URL", "");
     68    psMetadataAddStr(arguments, PS_LIST_TAIL, "-uri",  0, "define URL", "");
    6969
    7070    if (config->mode == PX_MODE_NONE) {
     
    9191    config->class_id = psMetadataLookupStr(&status, arguments,
    9292        "-class_id");
    93     config->url = psMetadataLookupStr(&status, arguments, "-url");
     93    config->uri = psMetadataLookupStr(&status, arguments, "-uri");
    9494
    9595    // XXX why is "" being returned when -[foo] isn't specified?
     
    103103    EMPTY_TO_NULL_STRING(config->class);
    104104    EMPTY_TO_NULL_STRING(config->class_id);
    105     EMPTY_TO_NULL_STRING(config->url);
     105    EMPTY_TO_NULL_STRING(config->uri);
    106106
    107107    psMetadata *where = psMetadataAlloc();
Note: See TracChangeset for help on using the changeset viewer.