Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.03 13 lines 322 B view raw
1diff --git a/src/FXReactor.cpp b/src/FXReactor.cpp 2index 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){ 6 } 7 8 // Normal case 9- if(0<=hand){ 10+ if(0==hand){ 11 12 // Any handles active? 13 if(0<nhand){