diff options
author | marha <marha@users.sourceforge.net> | 2009-11-03 13:35:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-03 13:35:24 +0000 |
commit | e376e2d6a81e1fb2e8afc1edb1fcfdcb10b027e7 (patch) | |
tree | 5db501da9b5272f0a8247d5b659db64d0c66ba90 /tools/mhmake/src/fileinfo.h | |
parent | c9b1b51519b4bc44579adb254dc28aa89bc8c913 (diff) | |
download | vcxsrv-e376e2d6a81e1fb2e8afc1edb1fcfdcb10b027e7.tar.gz vcxsrv-e376e2d6a81e1fb2e8afc1edb1fcfdcb10b027e7.tar.bz2 vcxsrv-e376e2d6a81e1fb2e8afc1edb1fcfdcb10b027e7.zip |
- Solved problem in generated error string when build-command failed.1.7.99.1
- Strip function now strips all white space (including \r and \n)
Diffstat (limited to 'tools/mhmake/src/fileinfo.h')
-rw-r--r-- | tools/mhmake/src/fileinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|