From 20e608691036d86ff942997c2390556cce672091 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Mon, 18 Feb 2002 20:39:19 +0000 Subject: [PATCH] See ChangeLog entry 2002-02-18 15:35 UTC-0500 David G. Holm --- harbour/ChangeLog | 4 ++++ harbour/source/common/hbgete.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 12b0e10797..1b3a9fb1c5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + +2002-02-18 23:41 UTC-0300 Luiz Rafael Culik + * utils/hbmake/hbmake.prg + utils/hbmake/hbmtuils.prg * Fixed minor bugs reported bu Chen 2002-02-19 00:05 UTC+0100 Martin Vogel diff --git a/harbour/source/common/hbgete.c b/harbour/source/common/hbgete.c index 7dfd526960..ca06b5c947 100644 --- a/harbour/source/common/hbgete.c +++ b/harbour/source/common/hbgete.c @@ -84,7 +84,7 @@ char * hb_getenv( const char * szName ) #elif defined(HB_OS_OS2) { - PSZ EnvValue = ""; + PCSZ EnvValue = ""; if( DosScanEnv( szName, &EnvValue ) == NO_ERROR ) {