small typo posted by Jacek Kubica

IF hb_socketGerError() should be IF hb_socketGetError() ...
This commit is contained in:
Massimo Belgrano
2010-07-04 16:16:12 +00:00
parent d3f7c4d818
commit 46a8ab7241

View File

@@ -600,7 +600,7 @@ FUNCTION MAIN( ... )
// Wait a connection
IF EMPTY( hSocket := hb_socketAccept( hListen, @aRemote, 50 ) )
IF hb_socketGerError() == HB_SOCKET_ERR_TIMEOUT
IF hb_socketGetError() == HB_SOCKET_ERR_TIMEOUT
// Checking if I have to quit
IF HB_FileExists( FILE_STOP )
FERASE( FILE_STOP )