2002-05-20 14:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-05-20 14:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* contrib/rdd_ads/ads1.c
|
||||
! Bug fixed in adsSysName() for that case when file isn't opened yet in
|
||||
workarea
|
||||
|
||||
2002-05-18 10:20 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
|
||||
* makefile.bc
|
||||
makefile.vc
|
||||
|
||||
@@ -1664,7 +1664,10 @@ static ERRCODE adsSysName( ADSAREAP pArea, BYTE * pBuffer )
|
||||
|
||||
HB_TRACE(HB_TR_DEBUG, ("adsSysName(%p, %p)", pArea, pBuffer));
|
||||
|
||||
AdsGetTableType( pArea->hTable, &usTableType );
|
||||
if( pArea->hTable )
|
||||
AdsGetTableType( pArea->hTable, &usTableType );
|
||||
else
|
||||
usTableType = (UNSIGNED16)adsFileType;
|
||||
switch( usTableType )
|
||||
{
|
||||
case ADS_NTX:
|
||||
|
||||
Reference in New Issue
Block a user