2008-10-14 00:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/dynlibhb.c
    ! fixed HB_LIBFREE() return value - thanks to Enrico
This commit is contained in:
Przemyslaw Czerpak
2008-10-13 22:02:59 +00:00
parent 005bc1d9f7
commit 15b31b81ae
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-14 00:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/dynlibhb.c
! fixed HB_LIBFREE() return value - thanks to Enrico
2008-10-13 22:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* tests/transtst.prg
* doc/en/string.txt

View File

@@ -149,7 +149,7 @@ HB_FUNC( HB_LIBFREE )
}
hb_vmUnlockModuleSymbols();
}
hb_retl( FALSE );
hb_retl( fResult );
}
HB_FUNC( HB_LIBERROR )