diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-28 09:31:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-28 09:31:02 +0000 |
commit | 01ce557a20e6e34b979a1831ec50fcc5cfc28782 (patch) | |
tree | d3abae4dc0ea9cd5ce4163a07e86d7a936c871f3 /automation/source/simplecm/simplecm.cxx | |
parent | af7e9b2976e539278fba98d7647ffdc285bff1c8 (diff) |
INTEGRATION: CWS sixtyfour01 (1.3.18); FILE MERGED
2006/01/14 13:04:57 pjanik 1.3.18.1: #i59252#: Fix the usage of PacketHandler::ReceiveData according to its
declaration. Patch from jan Holesovsky (JCA).
Diffstat (limited to 'automation/source/simplecm/simplecm.cxx')
-rw-r--r-- | automation/source/simplecm/simplecm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx index 70dd6aece..8df0236c6 100644 --- a/automation/source/simplecm/simplecm.cxx +++ b/automation/source/simplecm/simplecm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: simplecm.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:29:22 $ + * last change: $Author: kz $ $Date: 2006-02-28 10:31:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -283,7 +283,7 @@ BOOL SimpleCommunicationLinkViaSocket::DoReceiveDataStream() { BOOL bWasError = FALSE; char* pBuffer = NULL; - ULONG nLen; + comm_UINT32 nLen; bWasError = pPacketHandler->ReceiveData( (void* &)pBuffer, nLen ) != C_ERROR_NONE; if ( !bWasError ) { |