initialize nitems

ok oga@
This commit is contained in:
okan 2010-05-22 22:32:08 +00:00
parent 72e6d2d0a9
commit 85a53083cb

View File

@ -155,7 +155,7 @@ int
xu_getstrprop(Window win, Atom atm, char **text) {
XTextProperty prop;
char **list;
int nitems;
int nitems = 0;
*text = NULL;