IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2011, 12:53:53 PM (15 years ago)
Author:
watersc1
Message:

add -set_label option to -updaterun

File:
1 edited

Legend:

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

    r31445 r31605  
    404404    PXOPT_LOOKUP_STR(note, config->args, "-set_note", false, false);
    405405    PXOPT_LOOKUP_BOOL(clearfault, config->args, "-clearfault", false);
    406 
     406    PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false);
     407   
    407408    psString setString = NULL;
    408409    if (fault || clearfault) {
     
    411412    if (note) {
    412413        psStringAppend(&setString, ", note = '%s'", note);
     414    }
     415    if (label) {
     416        psStringAppend(&setString, ", label = '%s'", label);
    413417    }
    414418
Note: See TracChangeset for help on using the changeset viewer.