new stuff
This commit is contained in:
parent
3a69c5173c
commit
8a8b7956b6
5 changed files with 25 additions and 32 deletions
2
client.c
2
client.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue