Skip to content

Commit 204a21e

Browse files
author
Ubuntu
committed
Correct src/FoxServerThread.cpp exit code
1 parent 54ef641 commit 204a21e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Fox/src/FoxServerThread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void *FoxServerThread::Entry()
7070

7171
if(m_tThreadMutex->Lock()!=wxMUTEX_NO_ERROR) {
7272
WriteLogMessage(_T("m_tThreadMutex locking error (Entry)"));
73-
return false;
73+
return (ExitCode)-1;
7474
}
7575

7676
WriteLogMessage(_T("Looping"));

0 commit comments

Comments
 (0)