2002-05-08 07:15 UTC+0100 "J. lefebvre (mafact)" <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2002-05-08 05:25:02 +00:00
parent 37434ff0fc
commit 1b4296eacc
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,11 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
+ contrib/odbc/browodbc.prg
* contrib/odbc/Makefile
+ Added browseodbc() function for browsing ODBC data.
2002-05-08 07:15 UTC+0100 "J. lefebvre (mafact)" <jfl@mafact.com>
* source/rdd/dbf1.c
* Msvc compiler need tmp to be unsigned char * at line 1605/1607

View File

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