From 2497824aa16683eaeaab4bf374ddc9e04688320a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 7 Jan 2008 18:56:54 +1030 Subject: [PATCH] Don't overwrite daemon with argc. This must be a leftover from my excessive out-of-order cherry-picking. Turns out when --short was supplied we'd set daemon to argc, causing a loop waiting for an event that'd never come. A bit like Godot actually. --- src/list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/list.c b/src/list.c index e288642..ee6faa2 100644 --- a/src/list.c +++ b/src/list.c @@ -124,7 +124,6 @@ list(Display *display, if (argc == 0 || shortformat || daemon) { int num_devices; XEvent ev; - int daemon = argc; if (daemon) { -- 2.48.1