summary refs log tree commit diff
path: root/pkgs/development/libraries/fox/clang.patch
blob: 0ca2ebf0d8da70f8507e102ec3a6797318ca2895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/FXReactor.cpp b/src/FXReactor.cpp
index 1ecdb45..9058a30 100644
--- a/src/FXReactor.cpp
+++ b/src/FXReactor.cpp
@@ -452,7 +452,7 @@ FXint FXReactor::processActiveHandles(FXTime block,FXuint flags){
     }
 
   // Normal case
-  if(0<=hand){
+  if(0==hand){
 
     // Any handles active?
     if(0<nhand){