Changeset 23873 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Apr 15, 2009, 9:33:58 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r23742 r23873 1199 1199 PXOPT_LOOKUP_S64(det_id, config->args, "-stack_id", true, false); 1200 1200 PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true, false); 1201 PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false); 1201 1202 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 1202 1203 … … 1249 1250 } 1250 1251 if (!psArrayLength(output)) { 1251 ps Trace("regtool", PS_LOG_INFO, "no rows found");1252 psError(PS_ERR_UNKNOWN, true, "no rows found"); 1252 1253 psFree(output); 1253 return true; 1254 } 1254 return false; 1255 } 1256 1257 if (clean) { 1258 if (!strcmp(tables[i].tableName, "stackRun")) { 1259 if (!pxSetStateCleaned("stackRun", "state", output)) { 1260 psFree(output); 1261 psError(PS_ERR_UNKNOWN, false, "pxSetStateClean failed for table %s", tables[i].tableName); 1262 return false; 1263 } 1264 } 1265 } 1266 1255 1267 // we must write the export table in non-simple (true) format 1256 1268 if (!ippdbPrintMetadatas(f, output, tables[i].tableName, true)) {
Note:
See TracChangeset
for help on using the changeset viewer.
