summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgiovannd <giovannd@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-07 20:40:59 +0000
committergiovannd <giovannd@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-07 20:40:59 +0000
commitf7a6f9a1a045d042543fd04faae8b2deabcb51ac (patch)
tree6bfcf10c3c9a7aa9166e2a72a3fbb3e7212cd404
parentd58797cdaeb577803f40f85c37aa122d11250980 (diff)
downloadATCD-f7a6f9a1a045d042543fd04faae8b2deabcb51ac.tar.gz
fix scanf
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp b/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp
index e9ce618cc72..495eafbdb3b 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp
@@ -204,7 +204,7 @@ TAO_Naming_Server::parse_args (int argc,
case 'b':
result = ::sscanf (ACE_TEXT_TO_CHAR_IN (get_opts.opt_arg ()),
#if ACE_SIZEOF_VOID_P == ACE_SIZEOF_LONG_LONG
- ACE_INT64_FORMAT_SPECIFIER,
+ ACE_UINT64_FORMAT_SPECIFIER_A,
#else
"%ld",
#endif /* ACE_SIZEOF_VOID_P */