From e376e2d6a81e1fb2e8afc1edb1fcfdcb10b027e7 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 3 Nov 2009 13:35:24 +0000 Subject: - Solved problem in generated error string when build-command failed. - Strip function now strips all white space (including \r and \n) --- tools/mhmake/src/fileinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mhmake/src/fileinfo.h') diff --git a/tools/mhmake/src/fileinfo.h b/tools/mhmake/src/fileinfo.h index a6606b294..9be40bdbe 100644 --- a/tools/mhmake/src/fileinfo.h +++ b/tools/mhmake/src/fileinfo.h @@ -65,7 +65,7 @@ inline string stringify(const T& x) ostringstream o; o << x; return o.str(); -} +} #define TIMESAFETY 3 class mh_time -- cgit v1.2.3