mirror of
https://github.com/pikami/dwm.git
synced 2025-12-19 09:09:47 +00:00
fixed a core dump
This commit is contained in:
1
client.c
1
client.c
@@ -52,7 +52,6 @@ focus(Client *c)
|
||||
if (!issel)
|
||||
return;
|
||||
Client *old = sel;
|
||||
XEvent ev;
|
||||
|
||||
sel = c;
|
||||
if(old && old != c)
|
||||
|
||||
Reference in New Issue
Block a user