From 1b4296eacce657a177d5abe0f541256554eec2bd Mon Sep 17 00:00:00 2001 From: Jean-Francois Lefebvre Date: Wed, 8 May 2002 05:25:02 +0000 Subject: [PATCH] 2002-05-08 07:15 UTC+0100 "J. lefebvre (mafact)" --- harbour/ChangeLog | 5 +++++ harbour/source/rdd/dbf1.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5357ff46f7..f42be07c21 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,11 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + + contrib/odbc/browodbc.prg + * contrib/odbc/Makefile + + Added browseodbc() function for browsing ODBC data. + +2002-05-08 07:15 UTC+0100 "J. lefebvre (mafact)" * source/rdd/dbf1.c * Msvc compiler need tmp to be unsigned char * at line 1605/1607 diff --git a/harbour/source/rdd/dbf1.c b/harbour/source/rdd/dbf1.c index 8f1d5440c4..640a01853a 100644 --- a/harbour/source/rdd/dbf1.c +++ b/harbour/source/rdd/dbf1.c @@ -1588,7 +1588,7 @@ ERRCODE hb_dbfCreate( DBFAREAP pArea, LPDBOPENINFO pCreateInfo ) /* Create memo file */ if( bHasMemo ) { - char *tmp; + unsigned char *tmp; ERRCODE result; pArea->szMemoFileName = ( char * ) hb_xgrab( _POSIX_PATH_MAX + 1 ); pFileName = hb_fsFNameSplit( ( char * ) pCreateInfo->abName );