X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.c;h=14910a875163cc7fc02e914b5764ffff4a016f34;hp=1dea35420b5526cf3376715c17ca870d2a91a448;hb=7f7a0be369840b290248e5b0302beb447fa1b3cd;hpb=308c7080ccca40d4865d8810f5528331d9ed61ff diff --git a/compress.c b/compress.c index 1dea354..14910a8 100644 --- a/compress.c +++ b/compress.c @@ -8,6 +8,7 @@ */ #include +#include #include #include "mutt.h" @@ -18,7 +19,6 @@ #include "mbox.h" #include "mutt_curses.h" -#include "lib/str.h" #include "lib/debug.h" #include @@ -131,7 +131,7 @@ static void set_path (CONTEXT * ctx) /* Uncompress to /tmp */ mutt_mktemp (tmppath); - ctx->path = p_dupstr(tmppath, str_len(tmppath)); + ctx->path = p_dupstr(tmppath, m_strlen(tmppath)); } static int get_size (const char *path) @@ -189,7 +189,7 @@ static char *get_compression_cmd (const char *cmd, const CONTEXT * ctx) mutt_FormatString (expanded, sizeof (expanded), cmd, compresshook_format_str, (unsigned long) ctx, 0); - return str_dup (expanded); + return m_strdup(expanded); } int mutt_check_mailbox_compressed (CONTEXT * ctx)