diff options
author | Steve Huston <shuston@riverace.com> | 2001-07-27 16:19:41 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-07-27 16:19:41 +0000 |
commit | 209d477ccfddc9207eaf62d52c1593d1978eac4a (patch) | |
tree | 8795dfa6293033745b2c11781efb68818553376e /ace/Log_Msg.cpp | |
parent | c38eeb194357e196c3e6a2f86d6ed20d421976a5 (diff) | |
download | ATCD-209d477ccfddc9207eaf62d52c1593d1978eac4a.tar.gz |
ChangeLogTag:Fri Jul 27 12:18:49 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 52c88af6e2a..0925d747954 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -1191,7 +1191,7 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str, #if defined (ACE_HAS_SYS_SIGLIST) if (sig >= 0 && sig < ACE_NSIG) { - ACE_OS::strcpy (fp, ACE_LIB_TEXT (s)); + ACE_OS::strcpy (fp, ACE_LIB_TEXT ("s")); ACE_OS::sprintf (bp, format, _sys_siglist[sig]); } else |