Fix a few warnings
This commit is contained in:
parent
c621589157
commit
621a72e698
18 changed files with 76 additions and 74 deletions
|
@ -1487,7 +1487,7 @@ EasyClientName
|
|||
char *EasyClientName(int client, char *buf, int size) {
|
||||
int i;
|
||||
char *str1, *str2, *ptr, c;
|
||||
char name[128];
|
||||
char name[128] = {0};
|
||||
|
||||
ClientName(client, name, sizeof(name));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue