summaryrefslogtreecommitdiff
path: root/ACE/ace/Get_Opt.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-02-24 19:38:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-02-24 19:38:55 +0000
commit49904853f1ccf79611a8593caac66755a75b6436 (patch)
tree199aa7e9ee9a2d15f7a57d053fbe9db7c88e26e2 /ACE/ace/Get_Opt.cpp
parent2c902006c1dbfc1e4c194b61a5400da16d4aeceb (diff)
downloadATCD-49904853f1ccf79611a8593caac66755a75b6436.tar.gz
Sun Feb 24 19:37:37 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Get_Opt.cpp')
-rw-r--r--ACE/ace/Get_Opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Get_Opt.cpp b/ACE/ace/Get_Opt.cpp
index e13f5c3376c..be7be6fc8af 100644
--- a/ACE/ace/Get_Opt.cpp
+++ b/ACE/ace/Get_Opt.cpp
@@ -691,7 +691,7 @@ ACE_Get_Opt::permute (void)
ACE_TEXT ("--")) == 0)
{
// We found the marker for the end of the options.
- this->optind++;
+ ++this->optind;
if (this->nonopt_start_ != this->nonopt_end_
&& this->nonopt_end_ != this->optind)