Changeset 17700 for trunk/ippTools/src/pztool.c
- Timestamp:
- May 14, 2008, 7:10:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r17655 r17700 250 250 251 251 // negative simple so the default is true 252 if (!ippdbPrintMetadatas(stdout, output, "pz PendingExp", !simple)) {252 if (!ippdbPrintMetadatas(stdout, output, "pzDownloadExp", !simple)) { 253 253 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 254 254 psFree(output); … … 337 337 338 338 // negative simple so the default is true 339 if (!ippdbPrintMetadatas(stdout, output, "pz PendingImfile", !simple)) {339 if (!ippdbPrintMetadatas(stdout, output, "pzDownloadImfile", !simple)) { 340 340 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 341 341 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
