X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprint.c;h=76297147450d6636b7e7a2133be700febd723425;hp=869377dd54b95ae49fceafe24ea895e65482e0dd;hb=3956a4f15134f471663136d51626523ccff4e9ba;hpb=8f80da097704e9bdfd7a78c27a07f2f92b584846 diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 869377d..7629714 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -536,7 +536,7 @@ static int testprintf( char * buffer, size_t n, const char * format, ... ) if ( *(_PDCLIB_print( format, &status )) != '\0' ) { printf( "_PDCLIB_print() did not return end-of-specifier on '%s'.\n", format ); - ++rc; + ++TEST_RESULTS; } va_end( status.arg ); return status.i;