X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.c;h=7362c551f5367393406c1bdb743c8dce9c0510e8;hp=79ead4ef170de16eabad7f52c6d051a89dc3ebe1;hb=96d53ff49c308769efbf708e1e65819077cb7af6;hpb=b0c07726ac7fde6b8141233679c8a4fe6cff1db4 diff --git a/compress.c b/compress.c index 79ead4e..7362c55 100644 --- a/compress.c +++ b/compress.c @@ -130,7 +130,7 @@ static void set_path (CONTEXT * ctx) /* Uncompress to /tmp */ mutt_mktemp (tmppath); - ctx->path = safe_malloc (safe_strlen (tmppath) + 1); + ctx->path = safe_malloc (mutt_strlen (tmppath) + 1); strcpy (ctx->path, tmppath); }