summaryrefslogtreecommitdiff
path: root/ACE/tests/Process_Manager_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-14 10:27:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-14 10:27:07 +0000
commit764fa9910dc77c446d7e8c5bc211b77cde75d1e5 (patch)
tree218e2aaddb8253bcefac1115dd5e5e41dace26e9 /ACE/tests/Process_Manager_Test.cpp
parent45d48057abc08f584dc9262eb1b04d6dde028d95 (diff)
downloadATCD-764fa9910dc77c446d7e8c5bc211b77cde75d1e5.tar.gz
Diffstat (limited to 'ACE/tests/Process_Manager_Test.cpp')
-rw-r--r--ACE/tests/Process_Manager_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Process_Manager_Test.cpp b/ACE/tests/Process_Manager_Test.cpp
index 0328c6de09d..22ca4455231 100644
--- a/ACE/tests/Process_Manager_Test.cpp
+++ b/ACE/tests/Process_Manager_Test.cpp
@@ -144,7 +144,7 @@ const ACE_TCHAR *cmdline_format = ACE_TEXT (".") ACE_DIRECTORY_SEPARATOR_STR ACE
#if defined (ACE_HAS_WINCE)
// Make sure argv0 is set to an empty string for wince.
// WinCE expects the process name to be set by the call above.
- argv0 = "";
+ argv0 = ACE_TEXT("");
#endif
opts.command_line (cmdline_format,
argv0,