lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6526] Correct an obvious cut-and-pasto (VZ)


From: Greg Chicares
Subject: [lmi-commits] [6526] Correct an obvious cut-and-pasto (VZ)
Date: Fri, 25 Mar 2016 12:24:12 +0000

Revision: 6526
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6526
Author:   chicares
Date:     2016-03-25 12:24:12 +0000 (Fri, 25 Mar 2016)
Log Message:
-----------
Correct an obvious cut-and-pasto (VZ)

Modified Paths:
--------------
    lmi/trunk/getopt.cpp

Modified: lmi/trunk/getopt.cpp
===================================================================
--- lmi/trunk/getopt.cpp        2016-03-25 12:23:34 UTC (rev 6525)
+++ lmi/trunk/getopt.cpp        2016-03-25 12:24:12 UTC (rev 6526)
@@ -918,8 +918,8 @@
     str_vec_i n;
     str_vec_i d;
     for
-        (n  = option_names.begin() ,d  = option_descriptions.begin()
-        ;n != option_names.end()   ,d != option_descriptions.end()
+        (n  = option_names.begin()  ,d  = option_descriptions.begin()
+        ;n != option_names.end()  && d != option_descriptions.end()
         ;++n, ++d
         )
         {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]