From: arg@mmvi Date: Tue, 26 Sep 2006 11:41:51 +0000 (+0200) Subject: foo X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=c02da9f87e5925ecbe7b3c75c14727508a0426c8;p=dmenu.git foo --- diff --git a/draw.c b/draw.c index 10a011d..0459392 100644 --- a/draw.c +++ b/draw.c @@ -78,7 +78,7 @@ drawtext(const char *text, unsigned long col[ColLast]) { unsigned long getcolor(const char *colstr) { Colormap cmap = DefaultColormap(dpy, screen); - XColor color; + XColor color = {0}; XAllocNamedColor(dpy, cmap, colstr, &color, &color); return color.pixel;