diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a576fd93ef..1f07f657d2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-01 09:28 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbnetio/tests/netiotst.prg + * added header with copyright message + + * harbour/contrib/hbnetio/netiocli.c + * pacified two BCC warnings + 2009-09-01 00:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec * harbour/harbour-win-spec diff --git a/harbour/contrib/hbnetio/netiocli.c b/harbour/contrib/hbnetio/netiocli.c index 661368c0e4..400575caf5 100644 --- a/harbour/contrib/hbnetio/netiocli.c +++ b/harbour/contrib/hbnetio/netiocli.c @@ -293,7 +293,7 @@ static PHB_CONCLI s_fileConnect( const char ** pszFilename, const char * pszServer, int iPort, int iTimeOut ) { - PHB_CONCLI conn = NULL; + PHB_CONCLI conn; HB_SOCKET sd; PHB_CONDATA pConData = ( PHB_CONDATA ) hb_stackGetTSD( &s_conData ); char server[ NETIO_SERVERNAME_MAX ]; @@ -451,7 +451,7 @@ HB_FUNC( NETIO_CONNECT ) { const char * pszServer = hb_parc( 1 ); int iPort = hb_parni( 2 ), iTimeOut = hb_parni( 3 ); - PHB_CONCLI conn = NULL; + PHB_CONCLI conn; s_netio_init(); diff --git a/harbour/contrib/hbnetio/tests/netiotst.prg b/harbour/contrib/hbnetio/tests/netiotst.prg index ef8ce32ab6..a973410179 100644 --- a/harbour/contrib/hbnetio/tests/netiotst.prg +++ b/harbour/contrib/hbnetio/tests/netiotst.prg @@ -1,3 +1,17 @@ +/* + * $Id$ + */ + +/* + * Harbour Project source code: + * demonstration/test code for alternative RDD IO API which uses own + * very simple TCP/IP file server. + * + * Copyright 2009 Przemyslaw Czerpak + * www - http://www.harbour-project.org + * + */ + #define DBNAME "net:127.0.0.1:2941:data/_tst_" request DBFCDX