From 56d4472c32cfa1fbd86d8a37e429d6d1eee79f30 Mon Sep 17 00:00:00 2001 From: schmidt Date: Thu, 9 Mar 2000 01:17:45 +0000 Subject: ChangeLogTag:Wed Mar 8 19:16:56 2000 Douglas C. Schmidt --- tests/Time_Service_Test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Time_Service_Test.cpp b/tests/Time_Service_Test.cpp index 51c56591e81..265a740aed0 100644 --- a/tests/Time_Service_Test.cpp +++ b/tests/Time_Service_Test.cpp @@ -64,8 +64,9 @@ main (int, ASYS_TCHAR *[]) backing_store[0] = 0; } - // Add the filename to the end - ACE_OS::strcat (backing_store, "ace-malloc-XXXXXX"); + // Add the filename to the end. + ACE_OS::strcat (backing_store, + ASYS_TEXT ("ace-malloc-XXXXXX")); #endif /* ACE_DEFAULT_BACKING_STORE */ -- cgit v1.2.1