mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
Fix warning
This commit is contained in:
@@ -944,7 +944,7 @@ static int
|
|||||||
servlist_savegui (void)
|
servlist_savegui (void)
|
||||||
{
|
{
|
||||||
char *sp;
|
char *sp;
|
||||||
char *nick1, *nick2;
|
const char *nick1, *nick2;
|
||||||
|
|
||||||
/* check for blank username, ircd will not allow this */
|
/* check for blank username, ircd will not allow this */
|
||||||
if (gtk_entry_get_text (GTK_ENTRY (entry_guser))[0] == 0)
|
if (gtk_entry_get_text (GTK_ENTRY (entry_guser))[0] == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user