2009-09-02 17:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbnetio/netiocli.c
    ! fixed typo - thanks to Mindaugas
This commit is contained in:
Przemyslaw Czerpak
2009-09-02 15:04:42 +00:00
parent 1e6d651849
commit d601033481
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-02 17:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbnetio/netiocli.c
! fixed typo - thanks to Mindaugas
2009-09-02 16:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/runner.c
! fixed possible GPF after loading .hrb module - clear function

View File

@@ -443,7 +443,7 @@ static void s_netio_exit( void* cargo )
s_fileConFree( conn );
}
if( s_fInit )
if( !s_fInit )
{
hb_socketCleanup();
s_fInit = TRUE;