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