diff options
Diffstat (limited to 'tests/Time_Service_Test.cpp')
-rw-r--r-- | tests/Time_Service_Test.cpp | 5 |
1 files 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 */ |