mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 18:52:39 +01:00
Fix warning
This commit is contained in:
parent
ed5ead6a07
commit
9f01950bcb
@ -944,7 +944,7 @@ static int
|
||||
servlist_savegui (void)
|
||||
{
|
||||
char *sp;
|
||||
char *nick1, *nick2;
|
||||
const char *nick1, *nick2;
|
||||
|
||||
/* check for blank username, ircd will not allow this */
|
||||
if (gtk_entry_get_text (GTK_ENTRY (entry_guser))[0] == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user