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:
Przemyslaw Czerpak
2010-04-03 10:36:27 +00:00
parent 9efec46787
commit c5aecc9eea
2 changed files with 7 additions and 1 deletions

View File

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

View File

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