From 17dcb835103ac05012c5a7eafa8c7702cef53390 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 11 Mar 2013 18:09:33 +0300 Subject: Add some fixes after automatic checks. --- src/utils/process.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/process.cpp') diff --git a/src/utils/process.cpp b/src/utils/process.cpp index b24949cfe..dbc314921 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -42,8 +42,8 @@ const int timeOut = 10; int execFileWait(std::string pathName, std::string name A_UNUSED, std::string arg1, std::string arg2, int waitTime) { - if (!waitTime) - waitTime = timeOut; +// if (!waitTime) +// waitTime = timeOut; STARTUPINFO siStartupInfo; PROCESS_INFORMATION piProcessInfo; -- cgit v1.2.3-70-g09d2