Changeset 23742 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Apr 7, 2009, 5:51:21 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r23688 r23742 1253 1253 return true; 1254 1254 } 1255 // we must write the export table in non-simple (true) format 1256 if (!ippdbPrintMetadatas(f, output, tables[i].tableName, true)) { 1257 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 1258 psFree(output); 1259 return false; 1260 } 1261 1255 1262 psFree(output); 1256 1263 }
Note:
See TracChangeset
for help on using the changeset viewer.
