a whole lot of size_t -> ssize_t.
[apps/madmutt.git] / pattern.c
index c4eb3c4..e07377f 100644 (file)
--- a/pattern.c
+++ b/pattern.c
@@ -1143,7 +1143,7 @@ static void quote_simple (char *tmp, ssize_t len, const char *p)
 }
 
 /* convert a simple search into a real request */
-void mutt_check_simple (char *s, size_t len, const char *simple)
+void mutt_check_simple (char *s, ssize_t len, const char *simple)
 {
   char tmp[LONG_STRING];