2010-04-03 12:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rdd/wacore.c
! fixed GPF when unknown (never used in application code) alias is
passed to hb_dbRequest() function - thanks to Shum for the info and
code example
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-04-03 12:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rdd/wacore.c
|
||||
! fixed GPF when unknown (never used in application code) alias is
|
||||
passed to hb_dbRequest() function - thanks to Shum for the info and
|
||||
code example
|
||||
|
||||
2010-04-02 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
+ config/ren_sfn.prg
|
||||
- external/bzip2/cnv_hb2o.bat
|
||||
|
||||
@@ -595,7 +595,7 @@ AREAP hb_rddRequestArea( const char * szAlias, PHB_ITEM pCargo,
|
||||
|
||||
if( szAlias )
|
||||
{
|
||||
pSymAlias = hb_dynsymFindName( szAlias );
|
||||
pSymAlias = hb_dynsymGet( szAlias );
|
||||
|
||||
/* verify if the alias name is valid symbol */
|
||||
if( hb_rddVerifyAliasName( szAlias ) != HB_SUCCESS )
|
||||
|
||||
Reference in New Issue
Block a user