2015-12-04 22:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/hbnetio/netiosrv.c
    ! fixed typo in previous modification
This commit is contained in:
Przemysław Czerpak
2015-12-04 22:56:17 +01:00
parent 9625679001
commit d087133e36
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2015-12-04 22:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbnetio/netiosrv.c
! fixed typo in previous modification
2015-12-03 22:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbnetio/netiosrv.c
! fixed wrongly set error code when last stream is closed.

View File

@@ -1653,7 +1653,7 @@ HB_FUNC( NETIO_SERVEDCONNECTION )
if( s_pDyns_netio_server != NULL )
{
HB_ISIZ nOffset = hb_stackBaseSymbolOffset( hb_dynsymGetSymbol( s_pDyns_netio_server ) );
HB_ISIZ nOffset = hb_stackBaseSymbolOffset( hb_dynsymSymbol( s_pDyns_netio_server ) );
if( nOffset > 0 )
{