small fix
This commit is contained in:
parent
d27c3eb1f7
commit
40a0964a93
1 changed files with 1 additions and 1 deletions
|
@ -249,5 +249,5 @@ void updatescr() // Neuzeichnen des gesamten Zeichenbereiches.
|
|||
}
|
||||
bool stopProcess()
|
||||
{
|
||||
return (bool)theApp.m_stopflag ;
|
||||
return theApp.m_stopflag == TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue