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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user