mrDarker
2025-08-11 bd9942d185fb25b35b0c6e089e5763d45e5c83ce
EdgeInspector_App/View/ViewMain_ScanImage.cpp
@@ -945,7 +945,7 @@
BOOL CViewMain_ScanImage::ManualThreadStart(int nCmd,int nIndex /*= -1*/)
{
   if(m_pManualProcess) {
      DWORD dwWait = ::WaitForSingleObject(m_pManualProcess->m_hThread, 1000);
      DWORD dwWait = ::WaitForSingleObject(m_pManualProcess->m_hThread, 3000);
      if (dwWait == WAIT_TIMEOUT) {
         DWORD dwExitCode;
         if ((::GetExitCodeThread(m_pManualProcess->m_hThread, &dwExitCode)) && (dwExitCode == STILL_ACTIVE)) {