diff options
author | fcolin | 2007-02-01 13:03:48 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:03:48 +0000 |
commit | 0944a08b5666a732ce74d888b34d8b3f3cca4535 (patch) | |
tree | abfc01fbfe95c5cc9ebe499f547510e598452681 | |
parent | db65e6f46e6394f813148f179a08573752f5c220 (diff) | |
download | ivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.zip ivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.tar.gz ivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.tar.bz2 ivy-cplusplus-0944a08b5666a732ce74d888b34d8b3f3cca4535.tar.xz |
Utilisateur : Fcolin Date : 23/05/01 Heure : 10:25 Archivé dans $/Ivy (vss 6)
-rw-r--r-- | Ivy/IvyWatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyWatcher.cxx b/Ivy/IvyWatcher.cxx index 8bd46bf..57f054c 100644 --- a/Ivy/IvyWatcher.cxx +++ b/Ivy/IvyWatcher.cxx @@ -43,7 +43,7 @@ void IvyWatcher::OnReceive(int nErrorCode) err = ReceiveFrom( buffer, sizeof(buffer), remotehost, remoteport );
if ( err == SOCKET_ERROR )
{
- TRACE("Receive Broadcast error %d\n",GetLastError());
+ TRACE("Receive Broadcast error %d\n",this->GetLastError());
return;
}
buffer[err] ='\0';
|