~ruther/dwl

8c95418334957161cfe9ca888c3f9e10fb495d21 — Devin J. Pohly 4 years ago 0ac2f66 + 744f207
Merge pull request #25 from geistesk/error-maybe-uninitialized

getatom: fix potential uninitialized atom variable
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 762,7 762,7 @@ focustop(Monitor *m)
Atom
getatom(xcb_connection_t *xc, const char *name)
{
	Atom atom;
	Atom atom = 0;
	xcb_generic_error_t *error;
	xcb_intern_atom_cookie_t cookie;
	xcb_intern_atom_reply_t *reply;

Do not follow this link