From c49f99d35e14a921b3a43d60ecd067ffa852eb87 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 Jul 2009 13:56:48 -0700 Subject: [PATCH] Fatfingers fix for commit babee18. --- libdw/c++/subr.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }; -- 2.39.5