summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/utl_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/util/utl_global.cpp')
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index 5e9dfe7b3c0..68d05df6e0d 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1486,9 +1486,9 @@ IDL_GlobalData::check_gperf (void)
ACE_Process_Options process_options;
// Set the command line for the gperf program.
- process_options.command_line ("%s"
- " "
- "-V",
+ process_options.command_line (ACE_TEXT ("%s")
+ ACE_TEXT (" ")
+ ACE_TEXT ("-V"),
idl_global->gperf_path ());
// Spawn a process for gperf.