Fixed some more signed-unsigned-comparison warnings.

This commit is contained in:
Arnavion
2014-12-15 10:25:28 -08:00
parent a86b03e939
commit ec7a0d6e13
10 changed files with 25 additions and 33 deletions

View File

@@ -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))
{