aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/hyper/event.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 536f26b8..2e71816f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2008-04-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * hyper/event.c (mainEventLoop): Fix thinko.
+
+2008-04-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* include/xpm.h: Don't include <malloc.h>
* lib/XDither.c: Likewise.
* lib/XShade.c: Likewise.
diff --git a/src/hyper/event.c b/src/hyper/event.c
index 79ca1a44..b7dfe6b1 100644
--- a/src/hyper/event.c
+++ b/src/hyper/event.c
@@ -122,8 +122,7 @@ mainEventLoop(void)
XNextEvent(gXDisplay, &event);
handle_event(&event);
}
- else if FD_ISSET
- (spad_socket->socket, &rd)
+ else if (FD_ISSET(spad_socket->socket, &rd))
/*
* Axiom Socket do what handle_event does The 100 is
* $SpadStuff in hypertex.boot