summaryrefslogtreecommitdiff
path: root/ace/Process_Semaphore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Process_Semaphore.cpp')
-rw-r--r--ace/Process_Semaphore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process_Semaphore.cpp b/ace/Process_Semaphore.cpp
index 952f20a99f6..1ac13b44065 100644
--- a/ace/Process_Semaphore.cpp
+++ b/ace/Process_Semaphore.cpp
@@ -32,7 +32,7 @@ ACE_Process_Semaphore::ACE_Process_Semaphore (u_int count,
#if defined (ACE_WIN32) || defined (ACE_HAS_POSIX_SEM) || defined (ACE_PSOS)
: lock_ (count, USYNC_PROCESS, name, arg, max)
#else
- : lock_ (ACE_TEXT_ALWAYS_CHAR (name),
+ : lock_ (ACE_TEXT_TO_CHAR_IN (name),
ACE_SV_Semaphore_Complex::ACE_CREATE,
count)
#endif /* ACE_WIN32 || ACE_HAS_POSIX_SEM || ACE_PSOS */