diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-30 18:27:08 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-30 18:27:08 +0000 |
commit | 70fbbf3dbc740e932936c9ec7711b496b0a45ca8 (patch) | |
tree | 395249eb0304cdc38d860c186928ebc3fc88f883 /TAO/tests/InterOp-Naming/INS_test_client.cpp | |
parent | f053582a9ebf349a00ba8d95e341abc74cd1636f (diff) | |
download | ATCD-70fbbf3dbc740e932936c9ec7711b496b0a45ca8.tar.gz |
Tue Sep 30 18:25:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/InterOp-Naming/INS_test_client.cpp')
-rw-r--r-- | TAO/tests/InterOp-Naming/INS_test_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/InterOp-Naming/INS_test_client.cpp b/TAO/tests/InterOp-Naming/INS_test_client.cpp index e3aacfb8476..6b0180440b3 100644 --- a/TAO/tests/InterOp-Naming/INS_test_client.cpp +++ b/TAO/tests/InterOp-Naming/INS_test_client.cpp @@ -29,7 +29,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) for (i = 1; i < argc; ++i) { - if (ACE_OS::strcmp (argv[i], "-l") == 0) + if (ACE_OS::strcmp (argv[i], ACE_TEXT("-l")) == 0) { // List initial services CORBA::ORB::ObjectIdList_var list = |