From 9665c546cc928e259667ebab6926aff1c23abbe4 Mon Sep 17 00:00:00 2001 From: ishmal Date: Mon, 17 Dec 2007 20:42:41 +0000 Subject: [PATCH] remember to return true from execute() --- buildtool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtool.cpp b/buildtool.cpp index 2b589c3d1..88ed65d2f 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -6730,6 +6730,7 @@ public: return false; } } + return true; } virtual bool parse(Element *elem) -- 2.30.2