From 49c196c1056aaed97ff5cf43beff5c436d783b99 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 31 Jan 2013 10:29:48 +0100 Subject: mhmake: solved file date checking on 64-bit windows --- tools/mhmake/src/build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mhmake/src/build.cpp') diff --git a/tools/mhmake/src/build.cpp b/tools/mhmake/src/build.cpp index ed9647d17..46e4f4916 100644 --- a/tools/mhmake/src/build.cpp +++ b/tools/mhmake/src/build.cpp @@ -1227,7 +1227,7 @@ mh_pid_t mhmakefileparser::ExecuteCommand(string Command, bool &IgnoreError, str break; } if (!Command.length()) - (mh_pid_t)0; + return (mh_pid_t)0; string InCommand=Command; if (g_Quiet) Echo=false; -- cgit v1.2.3