IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 6:22:14 PM (19 years ago)
Author:
jhoblitt
Message:

fix segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/tests/tests.c

    r5661 r12624  
    106106
    107107        OK(locations, "locations not NULL");
    108         OK(locations->n == 1, "find instances");
     108        OK(locations && locations->n == 1, "find instances");
    109109
    110110        nebObjectInstancesFree(locations);
Note: See TracChangeset for help on using the changeset viewer.