diff options
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r-- | src/common/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index fbef743a..367e3230 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -989,7 +989,7 @@ void hexchat_command (hexchat_plugin *ph, const char *command) { char *conv; - int len = -1; + gssize len = -1; if (!is_session (ph->context)) { |