mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +00:00
pthread: Fixed logic bug in SDL_WaitConditionTimeoutNS due to boolization work.
This commit is contained in:
@@ -121,7 +121,7 @@ tryagain:
|
|||||||
result = false;
|
result = false;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
result = false;
|
result = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
Reference in New Issue
Block a user