From 2d8244a240e687a83feaea9fd605584ffb23c534 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 15 Sep 1999 01:29:51 +0000 Subject: [PATCH] 19990915-03:20 GMT+1 --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/do.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ) {