Changeset 18336 for trunk/ippTools/src/magictool.c
- Timestamp:
- Jun 26, 2008, 3:39:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magictool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magictool.c
r18093 r18336 399 399 400 400 if (psArrayLength(output)) { 401 if (!convertIdToStr(output)) {402 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");403 psFree(output);404 return false;405 }406 407 401 // negative simple so the default is true 408 402 if (!ippdbPrintMetadatas(stdout, output, "magicInputSkyfile", !simple)) { … … 627 621 628 622 if (psArrayLength(output)) { 629 if (!convertIdToStr(output)) {630 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");631 psFree(output);632 return false;633 }634 635 623 // negative simple so the default is true 636 624 if (!ippdbPrintMetadatas(stdout, output, "magicMe", !simple)) { … … 718 706 719 707 if (psArrayLength(output)) { 720 if (!convertIdToStr(output)) {721 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");722 psFree(output);723 return false;724 }725 726 708 // negative simple so the default is true 727 709 if (!ippdbPrintMetadatas(stdout, output, "toprocess", !simple)) { … … 806 788 807 789 if (psArrayLength(output)) { 808 if (!convertIdToStr(output)) {809 psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");810 psFree(output);811 return false;812 }813 814 790 // negative simple so the default is true 815 791 if (!ippdbPrintMetadatas(stdout, output, "toskyfilemask", !simple)) {
Note:
See TracChangeset
for help on using the changeset viewer.
