diff options
author | Simon McQueen <simon.mcqueen@gmail.com> | 2003-03-26 14:53:11 +0000 |
---|---|---|
committer | Simon McQueen <simon.mcqueen@gmail.com> | 2003-03-26 14:53:11 +0000 |
commit | 3380173b7ef2c497515506072eb231341f723451 (patch) | |
tree | b1c6268995f20b4f89a2fd2b5333882b0fc7f548 /TAO/utils | |
parent | fbeb03c8d9f8f7a8d78914802419ef75e31b6520 (diff) | |
download | ATCD-3380173b7ef2c497515506072eb231341f723451.tar.gz |
Wed Mar 26 14:40:55 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/catior/catior.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp index 636ffd2d7d2..0685ce543e3 100644 --- a/TAO/utils/catior/catior.cpp +++ b/TAO/utils/catior/catior.cpp @@ -913,9 +913,9 @@ cat_codeset_info(TAO_InputCDR& stream) ACE_DEBUG ((LM_DEBUG, "\tConversion Codesets for wchar are: \n")); // Loop through and display them - for( CORBA::ULong index=0; index < w_ccslen; ++index) + for( CORBA::ULong index2=0; index2 < w_ccslen; ++index2) { - ACE_DEBUG ((LM_DEBUG, "\t %u) ", index + 1L)); + ACE_DEBUG ((LM_DEBUG, "\t %u) ", index2 + 1L)); displayHex( stream ); } return 1; |