diff options
author | ljb1 <ljb1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-14 22:50:12 +0000 |
---|---|---|
committer | ljb1 <ljb1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-14 22:50:12 +0000 |
commit | 7ff3e44660da2b1dae413ec8f314d757bf7d0155 (patch) | |
tree | 3885f9566692574fb502b2228d363d0ccc4ee66e /ace/Arg_Shifter.cpp | |
parent | ae8f1e91ff8aa9f0ee669ded3fd54156fd1d6720 (diff) | |
download | ATCD-7ff3e44660da2b1dae413ec8f314d757bf7d0155.tar.gz |
ChangeLogTag: Tue Sep 14 17:49:33 1999 Luther J Baker <ljb1@cs.wustl.edu>
Diffstat (limited to 'ace/Arg_Shifter.cpp')
-rw-r--r-- | ace/Arg_Shifter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Arg_Shifter.cpp b/ace/Arg_Shifter.cpp index febd47d60c8..ea651116b21 100644 --- a/ace/Arg_Shifter.cpp +++ b/ace/Arg_Shifter.cpp @@ -83,7 +83,7 @@ ACE_Arg_Shifter::get_the_parameter (const char* flag) } } // the paramter is in the middle somewhere... - return this->temp_[current_index_] + offset; return 0; + return this->temp_[current_index_] + offset; } int |