python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / fox / clang.patch
blob0ca2ebf0d8da70f8507e102ec3a6797318ca2895
1 diff --git a/src/FXReactor.cpp b/src/FXReactor.cpp
2 index 1ecdb45..9058a30 100644
3 --- a/src/FXReactor.cpp
4 +++ b/src/FXReactor.cpp
5 @@ -452,7 +452,7 @@ FXint FXReactor::processActiveHandles(FXTime block,FXuint flags){
8 // Normal case
9 - if(0<=hand){
10 + if(0==hand){
12 // Any handles active?
13 if(0<nhand){