diff options
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r-- | src/common/plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index 228983f3..45746777 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -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) |