diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-03-09 01:17:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-03-09 01:17:45 +0000 |
commit | 56d4472c32cfa1fbd86d8a37e429d6d1eee79f30 (patch) | |
tree | b9d0b598047fe1dc922aa1c3c7e626a829e74e2e | |
parent | b00204f853d609f2ea434bca295e044f47ce3f5d (diff) | |
download | ATCD-56d4472c32cfa1fbd86d8a37e429d6d1eee79f30.tar.gz |
ChangeLogTag:Wed Mar 8 19:16:56 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-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 */ |