From f01ad2c4e088fea9f3b6d918d910d7fd17519ade Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 23 Nov 2009 14:19:51 +0000 Subject: Implemented which function. --- 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 a9437504f..67b5bfffb 100644 --- a/tools/mhmake/src/build.cpp +++ b/tools/mhmake/src/build.cpp @@ -295,7 +295,7 @@ found: #endif /*****************************************************************************/ -string SearchCommand(const string &Command, const string &Extension="") +string SearchCommand(const string &Command, const string &Extension) { char FullCommand[MAX_PATH]=""; unsigned long Size=sizeof(FullCommand); -- cgit v1.2.3