summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Exception_Test/Server_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Exception_Test/Server_Task.cpp')
-rw-r--r--TAO/tests/Collocation_Exception_Test/Server_Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation_Exception_Test/Server_Task.cpp b/TAO/tests/Collocation_Exception_Test/Server_Task.cpp
index 746c3ff7758..9e6a33cc62c 100644
--- a/TAO/tests/Collocation_Exception_Test/Server_Task.cpp
+++ b/TAO/tests/Collocation_Exception_Test/Server_Task.cpp
@@ -66,7 +66,7 @@ Server_Task::svc (void)
// Output the IOR to the <this->output_>
FILE *output_file= ACE_OS::fopen (this->output_,
- "w");
+ ACE_TEXT("w"));
if (output_file == 0)
ACE_ERROR_RETURN ((LM_ERROR,
"Cannot open output file for writing IOR: %s",