diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1c3e3c7253..8cb67ed1bf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-09 21:28 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * source/rtl/errorapi.c + * Using HB_ERR_FUNCNAME. + 2008-06-09 21:18 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c ! Fixed windows size after maximize. @@ -48,7 +52,7 @@ for the proprietary interface. * include/hbapierr.h - + HB_ERR_FUNCNAME() added to replace &hb_errFuncName + + HB_ERR_FUNCNAME added to replace &hb_errFuncName 2008-06-09 20:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/doc/whatsnew.txt diff --git a/harbour/source/rtl/errorapi.c b/harbour/source/rtl/errorapi.c index 0f86347e07..4e0d64a6a9 100644 --- a/harbour/source/rtl/errorapi.c +++ b/harbour/source/rtl/errorapi.c @@ -779,7 +779,7 @@ PHB_ITEM hb_errPutOperation( PHB_ITEM pError, const char * szOperation ) { HB_TRACE(HB_TR_DEBUG, ("hb_errPutOperation(%p, %s)", pError, szOperation)); - if( szOperation == &hb_errFuncName ) + if( szOperation == HB_ERR_FUNCNAME ) { PHB_SYMB pSym = hb_itemGetSymbol( hb_stackBaseItem() ); if( pSym )