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/pxconfig.c

    r6654 r6668  
    2424    config->class           = NULL;
    2525    config->class_id        = NULL;
    26     config->url             = NULL;
     26    config->uri             = NULL;
    2727    config->where           = NULL;
    2828
     
    4545    psFree(config->class);
    4646    psFree(config->class_id);
    47     psFree(config->url);
     47    psFree(config->uri);
    4848    psFree(config->where);
    4949}
Note: See TracChangeset for help on using the changeset viewer.