summaryrefslogtreecommitdiff
path: root/Kokyu/tests/EDF/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kokyu/tests/EDF/test.cpp')
-rw-r--r--Kokyu/tests/EDF/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kokyu/tests/EDF/test.cpp b/Kokyu/tests/EDF/test.cpp
index 0c6939ee613..b6bbe66a35c 100644
--- a/Kokyu/tests/EDF/test.cpp
+++ b/Kokyu/tests/EDF/test.cpp
@@ -145,7 +145,7 @@ int parse_args (int argc, ACE_TCHAR *argv[])
switch (c)
{
case 'p':
- sched_policy_str = ACE_TEXT_ALWAYS_CHAR(get_opts.opt_arg ());
+ sched_policy_str = ACE_TEXT_TO_CHAR_IN(get_opts.opt_arg ());
break;
case '?':