summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Client_Protocol
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 12:20:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 12:20:33 +0000
commit322ec75eafe1ef241372d392560213404cea5304 (patch)
tree50081ddbac24e101fcb834259bda0db57d0ef829 /TAO/tests/RTCORBA/Client_Protocol
parentc0ad3f488cde018db2f6a2f24e0f13fefdd876da (diff)
downloadATCD-322ec75eafe1ef241372d392560213404cea5304.tar.gz
Diffstat (limited to 'TAO/tests/RTCORBA/Client_Protocol')
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Client_Protocol/client.cpp b/TAO/tests/RTCORBA/Client_Protocol/client.cpp
index 3622d45f120..0e04b38f670 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/client.cpp
+++ b/TAO/tests/RTCORBA/Client_Protocol/client.cpp
@@ -29,7 +29,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
ior2 = get_opts.opt_arg ();
break;
case 'p':
- result = ::sscanf (get_opts.opt_arg (),
+ result = ::sscanf (ACE_TEXT_ALWAYS_CHAR(get_opts.opt_arg ()),
"%u",
&protocol_type);
if (result == 0 || result == EOF)