X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=9a632a5a16cba7185c6a4dbcca776113ae1aaf72;hb=492434e350e3ca2d3330c2589de3f9485929dab7;hp=5c051a6131b40fce75f1c2b76fa5b15e443c5432;hpb=c3e57678c8be193fc137854020f3a90887be97c9;p=apps%2Fmadmutt.git diff --git a/imap/util.c b/imap/util.c index 5c051a6..9a632a5 100644 --- a/imap/util.c +++ b/imap/util.c @@ -19,6 +19,9 @@ #include "imap_private.h" #include "mutt_ssl.h" +#include "lib/mem.h" +#include "lib/intl.h" + #include #include @@ -486,7 +489,7 @@ void imap_unmunge_mbox_name (char *s) buf = safe_strdup (s); if (buf) { imap_utf7_decode (&buf); - strncpy (s, buf, strlen (s)); + strncpy (s, buf, mutt_strlen (s)); } FREE (&buf);