diff mcabber/src/compl.c @ 735:2f027806cd48

Some code cleanup This patch will kill a few pedantic warnings
author Mikael Berthe <mikael@lilotux.net>
date Thu, 09 Mar 2006 20:15:37 +0100
parents ee03b56b93ee
children ae23c8826efb
line wrap: on
line diff
--- a/mcabber/src/compl.c	Thu Mar 09 19:40:00 2006 +0100
+++ b/mcabber/src/compl.c	Thu Mar 09 20:15:37 2006 +0100
@@ -60,7 +60,7 @@
 {
   compl *c;
   GSList *sl_cat;
-  int len = strlen(prefix);
+  size_t len = strlen(prefix);
 
   if (InputCompl) { // This should not happen, but hey...
     cancel_completion();