summaryrefslogtreecommitdiff
path: root/tests/CDR_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CDR_Test.cpp')
-rw-r--r--tests/CDR_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CDR_Test.cpp b/tests/CDR_Test.cpp
index e4242dc3967..dda55b701f7 100644
--- a/tests/CDR_Test.cpp
+++ b/tests/CDR_Test.cpp
@@ -112,7 +112,7 @@ short_stream (void)
os.write_double_array (d_array, 3);
const ACE_Message_Block *out_mb = os.begin ();
- u_int len = out_mb->length ();
+ size_t len = out_mb->length ();
// Create an input stream (copy constructor)
ACE_InputCDR is (os);