summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 14:41:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 14:41:48 +0000
commit15205d4d8ee04df6bc3f0b15d1f273c17de3a14d (patch)
treeb469074d08b681aa549955ca5fdf023399ffb576
parent7d0980ea31b076d725b1c49fce1e5ae765fc4a84 (diff)
downloadATCD-15205d4d8ee04df6bc3f0b15d1f273c17de3a14d.tar.gz
-rw-r--r--TAO/tests/DIOP/UDP_Client_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DIOP/UDP_Client_i.cpp b/TAO/tests/DIOP/UDP_Client_i.cpp
index bd0defe1a46..df0d3c55488 100644
--- a/TAO/tests/DIOP/UDP_Client_i.cpp
+++ b/TAO/tests/DIOP/UDP_Client_i.cpp
@@ -32,7 +32,7 @@ UDP_Client_i::svc (void)
{
ACE_CString client_name ("UDP");
- ACE_TCHAR pid[256];
+ char pid[256];
ACE_OS::sprintf (pid,
"%u",
static_cast<u_int> (ACE_OS::getpid ()));