From 137df0bea6cebabe5278e67e5dad6f3047c762fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2015 15:44:49 +0200 Subject: Handle "nothing to be done" case for disfigure --- build/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/algorithm.cxx') diff --git a/build/algorithm.cxx b/build/algorithm.cxx index d649210..87e2259 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -328,7 +328,7 @@ namespace build // file& ft (dynamic_cast (t)); - bool r (rmfile (ft.path (), ft) == rmfile_status::success); + bool r (rmfile (ft.path (), ft)); // Update timestamp in case there are operations after us that // could use the information. -- cgit v1.1