Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f857fc
)
geez, wonder why this never bombed; zero it man!
author
Marco Peereboom
<marco@conformal.com>
Thu, 22 Jan 2009 03:58:20 +0000
(
03:58
+0000)
committer
Marco Peereboom
<marco@conformal.com>
Thu, 22 Jan 2009 03:58:20 +0000
(
03:58
+0000)
scrotwm.c
patch
|
blob
|
history
diff --git
a/scrotwm.c
b/scrotwm.c
index
a97a184
..
6c7a4de
100644
(file)
--- a/
scrotwm.c
+++ b/
scrotwm.c
@@
-2022,6
+2022,7
@@
main(int argc, char *argv[])
xfd = ConnectionNumber(display);
while (running) {
+ FD_ZERO(&rd);
FD_SET(xfd, &rd);
if (select(xfd + 1, &rd, NULL, NULL, NULL) == -1)
if (errno != EINTR)