summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-26 13:19:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-26 13:19:23 +0000
commita3bbcbbd7eb01702e4bb9aa47bc00fa32ff2e588 (patch)
treec91f4f4341a44dd837aaebc69f4f25918fc29129 /TAO/tao/PortableServer
parent76d8ebe5dfe6ba8b8598bda70866a23bbf0497c2 (diff)
downloadATCD-a3bbcbbd7eb01702e4bb9aa47bc00fa32ff2e588.tar.gz
ChangeLogTag: Fri Aug 26 13:17:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/PortableServer_WFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/PortableServer_WFunctions.cpp b/TAO/tao/PortableServer/PortableServer_WFunctions.cpp
index 53a7cdbd4a0..fcd1dbc3fa4 100644
--- a/TAO/tao/PortableServer/PortableServer_WFunctions.cpp
+++ b/TAO/tao/PortableServer/PortableServer_WFunctions.cpp
@@ -16,7 +16,7 @@ namespace PortableServer
// We DO NOT include the zero terminator, as this is simply an
// artifact of the way strings are stored in C.
//
- CORBA::ULong string_length = ACE_OS::wslen (string);
+ u_int string_length = ACE_OS::wslen (string);
CORBA::ULong buffer_size = string_length * sizeof (CORBA::WChar);