IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 5:56:56 PM (19 years ago)
Author:
jhoblitt
Message:

foo

File:
1 edited

Legend:

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

    r15576 r15582  
    44694469            exit(EXIT_FAILURE);
    44704470        }
    4471         if (!psMetadataAddStr(md, PS_LIST_TAIL, "state", 0, NULL, "a string")) {
    4472             psFree(md);
    4473             exit(EXIT_FAILURE);
    4474         }
    44754471
    44764472        object = flatcorrExpObjectFromMetadata(md);
     
    44854481            exit(EXIT_FAILURE);
    44864482        }
    4487             psFree(object);
    4488             exit(EXIT_FAILURE);
    4489         }
    4490         if (strncmp(object->state, "a string", MAX_STRING_LENGTH)) {
    44914483            psFree(object);
    44924484            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.