a whole lot of size_t -> ssize_t.
[apps/madmutt.git] / postpone.c
index 0087e3f..b5193ec 100644 (file)
@@ -229,7 +229,7 @@ static HEADER *select_msg (void)
  *     SENDREPLY       recalled message is a reply
  */
 int mutt_get_postponed (CONTEXT * ctx, HEADER * hdr, HEADER ** cur, char *fcc,
-                        size_t fcclen)
+                        ssize_t fcclen)
 {
   HEADER *h;
   int code = SENDPOSTPONED;