Changeset 18336 for trunk/ippTools/src/caltool.c
- Timestamp:
- Jun 26, 2008, 3:39:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/caltool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/caltool.c
r16170 r18336 152 152 153 153 if (psArrayLength(output)) { 154 if (!convertIdToStr(output)) {155 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");156 psFree(output);157 return false;158 }159 160 154 // negative simple so the default is true 161 155 if (!ippdbPrintMetadatas(stdout, output, "calDB", !simple)) { … … 247 241 248 242 if (psArrayLength(output)) { 249 if (!convertIdToStr(output)) {250 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");251 psFree(output);252 return false;253 }254 255 243 // negative simple so the default is true 256 244 if (!ippdbPrintMetadatas(stdout, output, "calRun", !simple)) {
Note:
See TracChangeset
for help on using the changeset viewer.
