diff options
| author | marha <marha@users.sourceforge.net> | 2013-01-31 10:29:48 +0100 |
|---|---|---|
| committer | marha <marha@users.sourceforge.net> | 2013-01-31 10:29:48 +0100 |
| commit | 49c196c1056aaed97ff5cf43beff5c436d783b99 (patch) | |
| tree | 6fb821e2c4d3d4c0eedbd53fe0f37dce29412037 /tools/mhmake/src/build.cpp | |
| parent | b77427f7685360a51b4e2384ef4d0235723b410e (diff) | |
| download | vcxsrv-49c196c1056aaed97ff5cf43beff5c436d783b99.tar.gz vcxsrv-49c196c1056aaed97ff5cf43beff5c436d783b99.tar.bz2 vcxsrv-49c196c1056aaed97ff5cf43beff5c436d783b99.zip | |
mhmake: solved file date checking on 64-bit windows
Diffstat (limited to 'tools/mhmake/src/build.cpp')
| -rw-r--r-- | tools/mhmake/src/build.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|
