]> git.llucax.com Git - software/mutt-debian.git/blobdiff - bcache.c
adding DM-Upload-Allowed: yes
[software/mutt-debian.git] / bcache.c
index ac07849253d90224cb097729db791786347a159d..60e5fdca587dbf16ddf4e64d9dedd6a61cfac7c9 100644 (file)
--- a/bcache.c
+++ b/bcache.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2006-7 Brendan Cully <brendan@kublai.com>
  * Copyright (C) 2006 Rocco Rutte <pdmef@gmx.net>
  *
  *     This program is free software; you can redistribute it and/or modify
@@ -43,7 +43,7 @@ static int bcache_path(ACCOUNT *account, const char *mailbox,
 {
   char host[STRING];
   ciss_url_t url;
-  size_t len;
+  int len;
 
   if (!account || !MessageCachedir || !*MessageCachedir || !dst || !dstlen)
     return -1;