diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bd3eb52c05..2a7101986c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-14 12:12 UTC+0200 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/hbmk2.prg + ! bah, leftover test line deleted + 2012-06-14 12:11 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! fixed not updating extension list on screen when it diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index c4e8638023..615948d087 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -12427,7 +12427,6 @@ FUNCTION __hbrun_extensions_dynamic_load( cName ) FUNCTION __hbrun_extensions_dynamic_unload( cName ) IF cName $ s_hLibExtDyn .AND. s_hLibExtDyn[ cName ] != NIL - s_hLibExtDyn[ cName ] := NIL hb_HDel( s_hLibExtDyn, cName ) RETURN .T. ENDIF