19990915-03:20 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-15 01:29:51 +00:00
parent df08305299
commit 2d8244a240
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990915-03:20 GMT+1 Victor Szel <info@szelvesz.hu>
* source/rtl/do.c
- Previous fix undone, since it was causing other problems.
19990915-02:20 GMT+1 Victor Szel <info@szelvesz.hu>
* .cvspass
- File removed, since it was probably added by incident.

View File

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