Changeset 10753 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Dec 15, 2006, 12:38:13 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r10748 r10753 1531 1531 1532 1532 { 1533 p4 PStackedImfileRow *object;1534 1535 object = p4 PStackedImfileRowAlloc(-32, "a string", "a string", "a string", "a string" );1533 p4StackedImfileRow *object; 1534 1535 object = p4StackedImfileRowAlloc(-32, "a string", "a string", "a string", "a string" ); 1536 1536 1537 1537 if (!object) { … … 1564 1564 1565 1565 { 1566 p4 PDiffImfileRow *object;1567 1568 object = p4 PDiffImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string" );1566 p4DiffImfileRow *object; 1567 1568 object = p4DiffImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string" ); 1569 1569 1570 1570 if (!object) { … … 1605 1605 1606 1606 { 1607 p4 PMagicMaskImfileRow *object;1608 1609 object = p4 PMagicMaskImfileRowAlloc(-32, "a string", -32, "a string", "a string" );1607 p4MagicMaskImfileRow *object; 1608 1609 object = p4MagicMaskImfileRowAlloc(-32, "a string", -32, "a string", "a string" ); 1610 1610 1611 1611 if (!object) {
Note:
See TracChangeset
for help on using the changeset viewer.
