summaryrefslogtreecommitdiff
path: root/automation/source/simplecm
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-28 09:31:02 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-28 09:31:02 +0000
commite3afe740ce22d5bc8b7d229d1c0dd771806aa2a5 (patch)
treeb015346f8339c3a8ce95e8936924f33b29d74b51 /automation/source/simplecm
parent514e5fcc2e44cd44748b52e152100ffe0d17b01f (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')
-rw-r--r--automation/source/simplecm/simplecm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx
index 9c2116ba2e26..8bab6e6e709f 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 )
{