summaryrefslogtreecommitdiff
path: root/tests/Time_Service_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-11 11:02:03 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-11 11:02:03 +0000
commit8b7e39c0dfaef5a30d5adf40f6ed5568fd8b5d8a (patch)
treebae060d484f94e84f54afe1fe431cfbab2c3c01b /tests/Time_Service_Test.cpp
parent497284175ffc33d4da5f1b89a9a8284eaecb593d (diff)
downloadATCD-8b7e39c0dfaef5a30d5adf40f6ed5568fd8b5d8a.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Time_Service_Test.cpp')
-rw-r--r--tests/Time_Service_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Time_Service_Test.cpp b/tests/Time_Service_Test.cpp
index d26eb9fb83c..62bc467a1e6 100644
--- a/tests/Time_Service_Test.cpp
+++ b/tests/Time_Service_Test.cpp
@@ -38,8 +38,8 @@ main (int, char *[])
ACE_OS::sprintf (server_conf, "%s", ACE_PLATFORM "server.conf");
ACE_OS::sprintf (clerk_conf, "%s", ACE_PLATFORM "clerk.conf");
- ACE_OS::sprintf (app, ".." ACE_DIRECTORY_SEPARATOR_STR "netsvcs" ACE_DIRECTORY_SEPARATOR_STR
- "servers" ACE_DIRECTORY_SEPARATOR_STR "main" ACE_PLATFORM_EXE_SUFFIX);
+ ACE_OS::sprintf (app, ".." ACE_DIRECTORY_SEPARATOR_STR_A "netsvcs" ACE_DIRECTORY_SEPARATOR_STR_A
+ "servers" ACE_DIRECTORY_SEPARATOR_STR_A "main" ACE_PLATFORM_EXE_SUFFIX);
char *s_argv[4];
s_argv[0] = app;