IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

VESRION 0.0.67

File:
1 edited

Legend:

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

    r10681 r10748  
    17631763    {
    17641764        psMetadata      *md;
    1765         p4PWarpedImfileRow *object;
    1766         bool            status;
    1767 
    1768         object = p4PWarpedImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string");
    1769         if (!object) {
    1770             exit(EXIT_FAILURE);
    1771         }
    1772 
    1773         md = p4PWarpedImfileMetadataFromObject(object);
     1765        p4WarpedImfileRow *object;
     1766        bool            status;
     1767
     1768        object = p4WarpedImfileRowAlloc(-32, "a string", -32, "a string", "a string", "a string", "a string");
     1769        if (!object) {
     1770            exit(EXIT_FAILURE);
     1771        }
     1772
     1773        md = p4WarpedImfileMetadataFromObject(object);
    17741774        if (!md) {
    17751775            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.