summaryrefslogtreecommitdiff
path: root/ace/Service_Config.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-18 04:31:05 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-18 04:31:05 +0000
commit95936a16e39d5ec7e4423dd664989b5cd4b905c6 (patch)
tree5d746ae8e6e43f411eeead2a99e07c0590623091 /ace/Service_Config.cpp
parenta2641dac49089281b2ae3b2a33cc18b1eaebeef8 (diff)
downloadATCD-95936a16e39d5ec7e4423dd664989b5cd4b905c6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r--ace/Service_Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp
index 5fa84031a3d..e99153b6a1f 100644
--- a/ace/Service_Config.cpp
+++ b/ace/Service_Config.cpp
@@ -393,7 +393,7 @@ ACE_Service_Config::process_commandline_directives (void)
iter.advance ())
{
// Process just a single directive.
- if (ACE_Service_Config::process_directive (sptr->fast_rep ()) == -1)
+ if (ACE_Service_Config::process_directive (ASYS_WIDE_STRING (sptr->fast_rep ())) == -1)
{
ACE_ERROR ((LM_ERROR,
ASYS_TEXT ("%p\n"),