summaryrefslogtreecommitdiff
path: root/ace/ARGV.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-08-27 17:38:26 +0000
committerSteve Huston <shuston@riverace.com>2002-08-27 17:38:26 +0000
commitd7ffff255cb6b4831a4a9ec762f16c597c5a9c22 (patch)
tree975bd4989100178940b9f15c0ad737d40b783b54 /ace/ARGV.cpp
parentfc10126421f88fc8d2a811fd660c8fa5a8bb3d3f (diff)
downloadATCD-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.cpp2
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,