More bug fixes for NetWare.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@572 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -548,7 +548,7 @@ RCODE FLMAPI F_Thread::startThread(
|
||||
if( (hThread = kCreateThread(
|
||||
(BYTE *)((m_pszThreadName)
|
||||
? (BYTE *)m_pszThreadName
|
||||
: (BYTE *)"NDSDB"),
|
||||
: (BYTE *)"FTK"),
|
||||
threadStub, NULL, (LONG)m_uiStackSize,
|
||||
(void *)this)) == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user