From ec7a0d6e13f0fa66299cab7fdad8e639e01ee9dd Mon Sep 17 00:00:00 2001 From: Arnavion Date: Mon, 15 Dec 2014 10:25:28 -0800 Subject: Fixed some more signed-unsigned-comparison warnings. --- src/common/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/plugin.c') 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)) { -- cgit 1.4.1