From df78cd2d77bf417ec7ab491d3392d04f1d3019d0 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 27 Sep 2007 11:03:01 +0000 Subject: [PATCH] comment --- src/utils/conftree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/conftree.h b/src/utils/conftree.h index d8bbd65d..0626e790 100755 --- a/src/utils/conftree.h +++ b/src/utils/conftree.h @@ -343,8 +343,8 @@ public: return 0; // Avoid adding unneeded entries: if the new value matches the - // one out of the deeper config, erase or dont add it from/to - // the topmost file + // one out from the deeper configs, erase or dont add it + // from/to the topmost file typename list::iterator it = m_confs.begin(); it++; while (it != m_confs.end()) {