summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 08:10:30 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 08:10:30 +0000
commit8a33f380906a766780992f0151b5d5b822b36cdf (patch)
treea1550a13e1a4fca6e47dc13ec5d3d43adddfd7c5 /ace/ACE.cpp
parent0835acad317818d32edacaa3f9189c9c9865927a (diff)
downloadATCD-8a33f380906a766780992f0151b5d5b822b36cdf.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index c14ead51c3a..d757684669c 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -27,7 +27,7 @@ ACE::unique_name (const void *object,
// uniqueness of this name is therefore only valid for the life of
// <object>.
TCHAR temp_name[100];
- ACE_OS::sprintf (temp_name, "%d %d", ACE_OS::getpid (), object);
+ ACE_OS::sprintf (temp_name, __TEXT ("%d %d"), ACE_OS::getpid (), object);
ACE_OS::strncpy (name, temp_name, length);
}