2009-08-31 22:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/sdf1.c
* harbour/source/rdd/delim1.c
* harbour/source/rdd/dbf1.c
! fixed typo in recent modification
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-31 22:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rdd/sdf1.c
|
||||
* harbour/source/rdd/delim1.c
|
||||
* harbour/source/rdd/dbf1.c
|
||||
! fixed typo in recent modification
|
||||
|
||||
2009-08-31 16:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/config/dos/djgpp.mk
|
||||
! added watt library to linked library list when TCP support is
|
||||
|
||||
@@ -3834,6 +3834,8 @@ static HB_ERRCODE hb_dbfOpen( DBFAREAP pArea, LPDBOPENINFO pOpenInfo )
|
||||
const char * szName = strrchr( pFileName->szName, ':' );
|
||||
if( szName == NULL )
|
||||
szName = pFileName->szName;
|
||||
else
|
||||
++szName;
|
||||
hb_strncpyUpperTrim( szAlias, szName, sizeof( szAlias ) - 1 );
|
||||
pOpenInfo->atomAlias = szAlias;
|
||||
}
|
||||
|
||||
@@ -1382,6 +1382,8 @@ static HB_ERRCODE hb_delimOpen( DELIMAREAP pArea, LPDBOPENINFO pOpenInfo )
|
||||
const char * szName = strrchr( pFileName->szName, ':' );
|
||||
if( szName == NULL )
|
||||
szName = pFileName->szName;
|
||||
else
|
||||
++szName;
|
||||
hb_strncpyUpperTrim( szAlias, szName, sizeof( szAlias ) - 1 );
|
||||
pOpenInfo->atomAlias = szAlias;
|
||||
}
|
||||
|
||||
@@ -1116,6 +1116,8 @@ static HB_ERRCODE hb_sdfOpen( SDFAREAP pArea, LPDBOPENINFO pOpenInfo )
|
||||
const char * szName = strrchr( pFileName->szName, ':' );
|
||||
if( szName == NULL )
|
||||
szName = pFileName->szName;
|
||||
else
|
||||
++szName;
|
||||
hb_strncpyUpperTrim( szAlias, szName, sizeof( szAlias ) - 1 );
|
||||
pOpenInfo->atomAlias = szAlias;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user