From: Roland McGrath Date: Wed, 8 Jul 2009 20:56:48 +0000 (-0700) Subject: Fatfingers fix for commit babee18. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c49f99d35e14a921b3a43d60ecd067ffa852eb87;p=thirdparty%2Felfutils.git Fatfingers fix for commit babee18. --- diff --git a/libdw/c++/subr.hh b/libdw/c++/subr.hh index 986b443ac..e795ec70a 100644 --- a/libdw/c++/subr.hh +++ b/libdw/c++/subr.hh @@ -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); } } };