summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc/test_malloc.cpp
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-13 04:13:23 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-13 04:13:23 +0000
commit19597977fba8f4ff18c3e4b1291d13625dc006fd (patch)
treea41ef5f6c2460dd9e61c9b4c218eb27763902df2 /examples/Shared_Malloc/test_malloc.cpp
parent83f40359de642fa9656be1f34aabfe6167e68c07 (diff)
downloadATCD-19597977fba8f4ff18c3e4b1291d13625dc006fd.tar.gz
ChangeLogTag: Tue Jun 12 23:06:36 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'examples/Shared_Malloc/test_malloc.cpp')
-rw-r--r--examples/Shared_Malloc/test_malloc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Shared_Malloc/test_malloc.cpp b/examples/Shared_Malloc/test_malloc.cpp
index cf1dfaa71d7..8ede38848d1 100644
--- a/examples/Shared_Malloc/test_malloc.cpp
+++ b/examples/Shared_Malloc/test_malloc.cpp
@@ -113,10 +113,10 @@ spawn (void)
char msg_size[20];
ACE_OS::sprintf (iterations,
- "%d",
+ ACE_SIZE_T_FORMAT_SPECIFIER,
Options::instance ()->iteration_count ());
ACE_OS::sprintf (msg_size,
- "%d",
+ ACE_SIZE_T_FORMAT_SPECIFIER,
Options::instance ()->max_msg_size ());
const char *cp = 0;