From 6ad1dafcd1ef2fcf5e4b2dd7a27e17541fd30f66 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 6 Oct 2008 15:07:34 +0000 Subject: --- TAO/tests/Multiple_Inheritance/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/tests/Multiple_Inheritance/client.cpp b/TAO/tests/Multiple_Inheritance/client.cpp index 9fa33e34d95..7224ab7a508 100644 --- a/TAO/tests/Multiple_Inheritance/client.cpp +++ b/TAO/tests/Multiple_Inheritance/client.cpp @@ -95,7 +95,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) ACE_ERROR_RETURN ((LM_ERROR, "Unable to read ior\n"), -1); - ior = ACE_OS::strdup (data); + ior = ACE_OS::strdup (ACE_TEXT_CHAR_TO_TCHAR(data)); ior_buffer.alloc ()->free (data); ACE_OS::close (input_file); } -- cgit v1.2.1