X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fcompress.c;fp=lib-mx%2Fcompress.c;h=37090fbba7515cd0da5463cdfa09e9f207940a82;hp=52978ac5a6b2cde08656c3d5b741bf05a4b70ebe;hb=1eeaaac6bdcad962c41bf975a32078cc4a0e578c;hpb=3755188848d66fd8c0638ce8514fbf57aa94518f diff --git a/lib-mx/compress.c b/lib-mx/compress.c index 52978ac..37090fb 100644 --- a/lib-mx/compress.c +++ b/lib-mx/compress.c @@ -171,7 +171,7 @@ static char *get_compression_cmd (const char *cmd, const CONTEXT * ctx) { char expanded[_POSIX_PATH_MAX]; - mutt_FormatString (expanded, sizeof (expanded), cmd, + m_strformat (expanded, sizeof (expanded), cmd, compresshook_format_str, (unsigned long) ctx, 0); return m_strdup(expanded); }