diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-18 04:31:05 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-18 04:31:05 +0000 |
commit | 95936a16e39d5ec7e4423dd664989b5cd4b905c6 (patch) | |
tree | 5d746ae8e6e43f411eeead2a99e07c0590623091 /ace/Service_Config.cpp | |
parent | a2641dac49089281b2ae3b2a33cc18b1eaebeef8 (diff) | |
download | ATCD-95936a16e39d5ec7e4423dd664989b5cd4b905c6.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 2 |
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"), |