summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_string.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_string.cpp b/TAO/TAO_IDL/ast/ast_string.cpp
index 2cb55e956dc..064e755e65f 100644
--- a/TAO/TAO_IDL/ast/ast_string.cpp
+++ b/TAO/TAO_IDL/ast/ast_string.cpp
@@ -145,7 +145,7 @@ AST_String::AST_String (AST_Decl::NodeType nt,
if (bound)
{
ACE_OS::sprintf (boundbuf,
- "_%d",
+ "_%u",
bound);
}