IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2006, 12:38:13 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.68

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/alloc.c

    r10748 r10753  
    15311531
    15321532    {
    1533         p4PStackedImfileRow *object;
    1534 
    1535         object = p4PStackedImfileRowAlloc(-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"    );
    15361536
    15371537        if (!object) {
     
    15641564
    15651565    {
    1566         p4PDiffImfileRow *object;
    1567 
    1568         object = p4PDiffImfileRowAlloc(-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"    );
    15691569
    15701570        if (!object) {
     
    16051605
    16061606    {
    1607         p4PMagicMaskImfileRow *object;
    1608 
    1609         object = p4PMagicMaskImfileRowAlloc(-32, "a string", -32, "a string", "a string"    );
     1607        p4MagicMaskImfileRow *object;
     1608
     1609        object = p4MagicMaskImfileRowAlloc(-32, "a string", -32, "a string", "a string"    );
    16101610
    16111611        if (!object) {
Note: See TracChangeset for help on using the changeset viewer.