diff options
Diffstat (limited to 'drw.c')
-rw-r--r-- | drw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lp { char buf[1024]; int ty; - unsigned int ew; + unsigned int ew=0; XftDraw *d = NULL; Fnt *usedfont, *curfont, *nextfont; size_t i, len; |