From a3bbcbbd7eb01702e4bb9aa47bc00fa32ff2e588 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 26 Aug 2005 13:19:23 +0000 Subject: ChangeLogTag: Fri Aug 26 13:17:12 UTC 2005 Johnny Willemsen --- TAO/tao/PortableServer/PortableServer_WFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tao/PortableServer') 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); -- cgit v1.2.1