2012-06-14 12:12 UTC+0200 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
    ! bah, leftover test line deleted
This commit is contained in:
Viktor Szakats
2012-06-14 10:13:12 +00:00
parent f7a438ec12
commit e59340ef18
2 changed files with 4 additions and 1 deletions

View File

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

View File

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