Changeset 18336 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 26, 2008, 3:39:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r18157 r18336 459 459 } 460 460 461 if (!convertIdToStr(detRuns)) {462 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");463 psFree(detRuns);464 return false;465 }466 467 461 // negative simple so the default is true 468 462 if (!ippdbPrintMetadatas(stdout, detRuns, "detRun", !simple)) { … … 722 716 } 723 717 724 // convert det_id to a string externaly725 if (!convertIdToStr(detRuns)) {726 psError(PS_ERR_UNKNOWN, false, "failed to convert det_id to a string");727 psFree(detRuns);728 return false;729 }730 731 718 // negative simple so the default is true 732 719 if (!ippdbPrintMetadatas(stdout, detRuns, "detRun", !simple)) { … … 1015 1002 } 1016 1003 1017 // convert det_id to a string externaly1018 if (!convertIdToStr(detRuns)) {1019 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");1020 psFree(detRuns);1021 return false;1022 }1023 1024 1004 // negative simple so the default is true 1025 1005 if (!ippdbPrintMetadatas(stdout, newDetRuns, "detRun", !simple)) { … … 1114 1094 psFree(runs); 1115 1095 return true; 1116 }1117 1118 // convert det_id to a string externaly1119 if (!convertIdToStr(runs)) {1120 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");1121 psFree(runs);1122 return false;1123 1096 } 1124 1097 … … 1183 1156 psFree(output); 1184 1157 return true; 1185 }1186 1187 // convert det_id to a string externaly1188 if (!convertIdToStr(output)) {1189 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");1190 psFree(output);1191 return false;1192 1158 } 1193 1159 … … 4285 4251 } 4286 4252 4287 if (!convertIdToStr(detRuns)) {4288 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");4289 psFree(detRuns);4290 return false;4291 }4292 4293 4253 // negative simple so the default is true 4294 4254 if (!ippdbPrintMetadatas(stdout, detRuns, "detRun", !simple)) {
Note:
See TracChangeset
for help on using the changeset viewer.
