From cfa289243340321cd470a148cb2177401b0c39f4 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Mon, 15 Apr 2002 04:39:01 +0000 Subject: [PATCH] * contrib/libnf/getenvrn.c * Add some values for default to eliminate warnings when compiling with gcc -O2. --- harbour/contrib/libnf/getenvrn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/contrib/libnf/getenvrn.c b/harbour/contrib/libnf/getenvrn.c index d298850c21..d5afb4b2e2 100644 --- a/harbour/contrib/libnf/getenvrn.c +++ b/harbour/contrib/libnf/getenvrn.c @@ -116,7 +116,7 @@ HB_FUNC(FT_GETE) { extern char **_environ; - char *buffer; + char *buffer = NULL; int x; int buffsize = 0; int rettype = NORETURN;