X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=query.c;h=bcb3c13c1dd31dd556b74bbc547fdf3c6397483f;hp=0b72303e022adf84b8e93cdb03a068468372fbb8;hb=6ea736d5aa28a6e24885bc8278d080d5a0f8dfb8;hpb=22601f25ede6703ba7cd06ee84eddd2045308570 diff --git a/query.c b/query.c index 0b72303..bcb3c13 100644 --- a/query.c +++ b/query.c @@ -167,7 +167,7 @@ static int query_search (MUTTMENU * m, regex_t * re, int n) * a menu entry for the requested item number. */ #define QUERY_MIN_COLUMN_LENGHT 20 /* Must be < 70/2 */ -static void query_entry (char *s, size_t slen, MUTTMENU * m, int num) +static void query_entry (char *s, ssize_t slen, MUTTMENU * m, int num) { ENTRY *table = (ENTRY *) m->data; char buf2[SHORT_STRING], buf[SHORT_STRING] = "";