diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 690c0587c1..e74c52e8d0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990915-03:20 GMT+1 Victor Szel + * source/rtl/do.c + - Previous fix undone, since it was causing other problems. + 19990915-02:20 GMT+1 Victor Szel * .cvspass - File removed, since it was probably added by incident. diff --git a/harbour/source/rtl/do.c b/harbour/source/rtl/do.c index 3823e3edd1..e9f993fd5f 100644 --- a/harbour/source/rtl/do.c +++ b/harbour/source/rtl/do.c @@ -94,7 +94,7 @@ HARBOUR HB_DO( void ) if( IS_STRING( pItem ) ) { - PHB_DYNS pDynSym = hb_dynsymFind( hb_itemGetCPtr( pItem ) ); + PHB_DYNS pDynSym = hb_dynsymGet( hb_itemGetCPtr( pItem ) ); if( pDynSym ) {