diff options
author | Steve Huston <shuston@riverace.com> | 2002-08-27 17:38:26 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-08-27 17:38:26 +0000 |
commit | d7ffff255cb6b4831a4a9ec762f16c597c5a9c22 (patch) | |
tree | 975bd4989100178940b9f15c0ad737d40b783b54 /ace/ARGV.cpp | |
parent | fc10126421f88fc8d2a811fd660c8fa5a8bb3d3f (diff) | |
download | ATCD-d7ffff255cb6b4831a4a9ec762f16c597c5a9c22.tar.gz |
ChangeLogTag:Tue Aug 27 13:28:17 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/ARGV.cpp')
-rw-r--r-- | ace/ARGV.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ARGV.cpp b/ace/ARGV.cpp index 5ef10f7da8d..ccf88313461 100644 --- a/ace/ARGV.cpp +++ b/ace/ARGV.cpp @@ -24,7 +24,7 @@ ACE_ARGV::dump (void) const ACE_ARGV *this_obj = ACE_const_cast (ACE_ARGV *, this); - for (size_t i = 0; i < this->argc_; i++) + for (int i = 0; i < this->argc_; i++) ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("\nargv_[%i] = %s"), i, |