Fix more warnings

This commit is contained in:
TingPing
2013-11-22 16:53:50 -05:00
parent a656cee382
commit 5c223ec5d5
2 changed files with 5 additions and 6 deletions

View File

@@ -1548,7 +1548,8 @@ hexchat_list_int (hexchat_plugin *ph, hexchat_list *xlist, const char *name)
{
guint32 hash = str_hash (name);
gpointer data = ph->context;
int tmp, type = LIST_CHANNELS;
int tmp = 0;
int type = LIST_CHANNELS;
/* a NULL xlist is a shortcut to current "channels" context */
if (xlist)