Changeset 27391 for trunk/ippTools/src/difftool.c
- Timestamp:
- Mar 22, 2010, 1:58:02 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r27210 r27391 204 204 205 205 // pxUpdateRun gets parameters from config->args and updates 206 bool result = pxUpdateRun(config, where, &query, "diffRun", true);206 bool result = pxUpdateRun(config, where, &query, "diffRun", "diff_id", "diffSkyfile", true); 207 207 208 208 psFree(query); … … 210 210 211 211 return result; 212 213 #ifdef notdef214 // required options215 PXOPT_LOOKUP_S64(diff_id, config->args, "-diff_id", false, false);216 PXOPT_LOOKUP_STR(state, config->args, "-state", true, false);217 PXOPT_LOOKUP_STR(label, config->args, "-label", false, false);218 219 // Copy of my hacky work around from stacktool.c220 if ((state)&&(diff_id)) {221 // set detRun.state to state222 return setdiffRunState(config, diff_id, state, false);223 }224 225 if ((state)&&(label)) {226 return setdiffRunStateByLabel(config, label, state);227 }228 229 psError(PS_ERR_UNKNOWN, false, "Required options not found.");230 231 return false;232 #endif233 212 } 234 213
Note:
See TracChangeset
for help on using the changeset viewer.
