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 ) {