summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-08-25 21:19:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-08-25 21:19:53 +0000
commit8184e9937e966eeb2172dcaf414f267bd130b406 (patch)
tree2e407eda7b71b7e2d1b25fed6db116582679336f /TAO/tests/NestedUpcall
parentae8795c0c55319b51fc739a166398b3d55021067 (diff)
downloadATCD-8184e9937e966eeb2172dcaf414f267bd130b406.tar.gz
ChangeLogTag:Wed Aug 25 16:17:24 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rw-r--r--TAO/tests/NestedUpcall/MT_Client_Test/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp b/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp
index 71857ddad32..d492ec2c5dd 100644
--- a/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp
+++ b/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp
@@ -201,7 +201,7 @@ MT_Client::init (int argc, char **argv,
ACE_TRY
{
char buf[64];
- ACE_OS::sprintf (buf, "thread_%x", this);
+ ACE_OS::sprintf (buf, "thread_%lx", ACE_reinterpret_cast (long, this));
this->orb_var_ =
CORBA::ORB_init (this->argc_,