From a6410fcc40e5e1506765ae77d05a3f8c7485e0d5 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Mon, 15 Apr 2002 04:46:55 +0000 Subject: [PATCH] * contrib/libnf/prtscr.c * Add some values for default to eliminate warnings when compiling with gcc -O2. --- harbour/contrib/libnf/prtscr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/contrib/libnf/prtscr.c b/harbour/contrib/libnf/prtscr.c index 51ce1e4bcc..76e00e38f6 100644 --- a/harbour/contrib/libnf/prtscr.c +++ b/harbour/contrib/libnf/prtscr.c @@ -66,7 +66,7 @@ HB_FUNC(FT_PRTSCR) #if defined(HB_OS_DOS) { - if ( PCOUNT && ISLOG( 1 ) ) + if ( hb_pcount() && ISLOG( 1 ) ) { if ( hb_parl( 1 ) ) pbyte = 0;