Changeset 25851 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Oct 15, 2009, 11:37:32 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r25840 r25851 1297 1297 } 1298 1298 1299 if (!pxExportVersion(config, f)) { 1300 psError(PS_ERR_UNKNOWN, false, "failed to write dbversion output file"); 1301 return false; 1302 } 1299 1303 psMetadata *where = psMetadataAlloc(); 1300 1304 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); … … 1383 1387 psMetadata *input = psMetadataConfigRead (NULL, &nFail, infile, false); 1384 1388 1385 fprintf (stdout, "---- input ----\n"); 1389 #ifdef notdef 1390 fprintf (stderr, "---- input ----\n"); 1386 1391 psMetadataPrint (stderr, input, 1); 1387 1392 #endif 1393 1394 if (!pxCheckImportVersion(config, input)) { 1395 psError(PS_ERR_UNKNOWN, false, "pxCheckImportVersion failed"); 1396 return false; 1397 } 1388 1398 psMetadataItem *item = psMetadataLookup (input, "stackRun"); 1389 1399 psAssert (item, "entry not in input?");
Note:
See TracChangeset
for help on using the changeset viewer.
