Browse Source

changed ASSERT to VERIFY

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@20 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 22 years ago
parent
commit
875a8aefbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CP_Main.cpp

+ 1 - 1
CP_Main.cpp

@@ -197,7 +197,7 @@ void CCP_MainApp::StartCopyThread()
 	// - pTypes = the supported types to use
 	m_CopyThread.Init( CCopyConfig( m_MainhWnd, true, true, pTypes ) );
 
-	ASSERT( m_CopyThread.CreateThread(CREATE_SUSPENDED) );
+	VERIFY( m_CopyThread.CreateThread(CREATE_SUSPENDED) );
 	m_CopyThread.ResumeThread();
 }