summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index ffe45b8f615..308ddfec94b 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -247,7 +247,8 @@ namespace
// Be certain to copy the program name so that service configurator
// has something to skip!
- ACE_CString argv0 ((argc <= 0 || argv == 0) ? "" : ACE_TEXT_ALWAYS_CHAR (argv[0]));
+ ACE_CString argv0 ((argc <= 0 || argv == 0)
+ ? ACE_TEXT ("") : ACE_TEXT_ALWAYS_CHAR (argv[0]));
// Construct an argument vector specific to the process-wide
// (global) Service Configurator instance.