Changeset 27184 for trunk/ippTools/src/disttool.c
- Timestamp:
- Mar 3, 2010, 6:10:24 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/disttool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/disttool.c
r26997 r27184 462 462 PXOPT_LOOKUP_STR(outdir, config->args, "-set_outdir", false, false); 463 463 PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false); 464 PXOPT_LOOKUP_STR(set_note, config->args, "-set_note", false, false); 464 465 465 466 if ((!state) && (!label) && (!fault)) { … … 485 486 psStringAppend(&query, " , distRun.fault = %d", fault); 486 487 } 488 489 if (set_note) { 490 psStringAppend(&query, " , distRun.note = '%s'", set_note); 491 } 492 487 493 488 494 psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
