See ChangeLog entry 2002-02-18 15:35 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2002-02-18 20:39:19 +00:00
parent 2b2bae3fa9
commit 20e6086910
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-02-18 23:41 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
* utils/hbmake/hbmake.prg
utils/hbmake/hbmtuils.prg
* Fixed minor bugs reported bu Chen
2002-02-19 00:05 UTC+0100 Martin Vogel <vogel@inttec.de>

View File

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