summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 15:07:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 15:07:34 +0000
commit6ad1dafcd1ef2fcf5e4b2dd7a27e17541fd30f66 (patch)
tree8e0be6b0f902ef298766ece5b442fa29f34de52f
parent243e0d36753b80cb299cbf13faad8632f26a1568 (diff)
downloadATCD-6ad1dafcd1ef2fcf5e4b2dd7a27e17541fd30f66.tar.gz
-rw-r--r--TAO/tests/Multiple_Inheritance/client.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}