summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp b/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
index df6ea1f50af..9715951a2f5 100644
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp
@@ -167,7 +167,7 @@ Server::run (void)
int
Server::parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt opts (argc, argv, "f:p:");
+ ACE_Get_Opt opts (argc, argv, ACE_TEXT("f:p:"));
int c;
while ((c = opts ()) != -1)