]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fatfingers fix for commit babee18.
authorRoland McGrath <roland@redhat.com>
Wed, 8 Jul 2009 20:56:48 +0000 (13:56 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 8 Jul 2009 20:56:48 +0000 (13:56 -0700)
libdw/c++/subr.hh

index 986b443ac9f1508437f993affc5fc6bdb4bc3adf..e795ec70a1c9a09be573a97e0ee1b10bc380175e 100644 (file)
@@ -850,7 +850,7 @@ namespace elfutils
              out->set (*in, arg);
              const typename input::const_iterator here = in++;
              last = in == other.end ();
-             hook (out, in, last, arg);
+             hook (out, here, last, arg);
            }
        }
     };