new stuff

This commit is contained in:
Anselm R. Garbe
2006-07-11 11:27:56 +02:00
parent 3a69c5173c
commit 8a8b7956b6
5 changed files with 25 additions and 32 deletions

View File

@ -14,7 +14,7 @@ update_client_name(Client *c)
{
XTextProperty name;
int n;
char **list = 0;
char **list = NULL;
name.nitems = 0;
c->name[0] = 0;