X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fassert.c;h=fbee63404eb97417ea59fcf0cb97cb6b34c04713;hb=3956a4f15134f471663136d51626523ccff4e9ba;hp=ed56fc60727d61a4639a2f72e1509e16fb98ed2d;hpb=dd3dfcc3689617d8547d2c2ef5f87fc8c951763a;p=fw%2Fpdclib diff --git a/functions/_PDCLIB/assert.c b/functions/_PDCLIB/assert.c index ed56fc6..fbee634 100644 --- a/functions/_PDCLIB/assert.c +++ b/functions/_PDCLIB/assert.c @@ -45,7 +45,7 @@ static int UNEXPECTED_ABORT = 1; static void aborthandler( int sig ) { TESTCASE( ! EXPECTED_ABORT ); - exit( (signed int)rc ); + exit( (signed int)TEST_RESULTS ); } #define NDEBUG