IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3875


Ignore:
Timestamp:
May 10, 2005, 9:47:35 AM (21 years ago)
Author:
rhl
Message:

Fix sign of test on psListAdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisRejectStamps.c

    r3815 r3875  
    6464                rejected = psListAlloc(stamp);
    6565            } else {
    66                 bool failed = psListAdd(rejected, PS_LIST_TAIL, stamp);
    67                 assert(!failed);
     66                bool success = psListAdd(rejected, PS_LIST_TAIL, stamp);
     67                assert(success);
    6868            }
    6969            psFree(stamp);
Note: See TracChangeset for help on using the changeset viewer.