From bc650b7df3ef186269699fbf5152c2f7410fcbb0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 24 Jul 2009 07:43:34 +0000 Subject: [PATCH] minor to prev --- harbour/contrib/hbtip/client.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/contrib/hbtip/client.prg b/harbour/contrib/hbtip/client.prg index 9320aad060..945383c187 100644 --- a/harbour/contrib/hbtip/client.prg +++ b/harbour/contrib/hbtip/client.prg @@ -726,7 +726,7 @@ METHOD InetErrorDesc( SocketCon ) CLASS tIPClient /* BROKEN, should test number of parameters and act accordingly, see doc\inet.txt */ METHOD InetConnect( cServer, nPort, SocketCon ) CLASS tIPClient -LOCAL tmp + hb_inetConnect( cServer, nPort, SocketCon ) IF ! Empty( ::nDefaultSndBuffSize )