X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fcompress.c;h=1684dd32102d0f741625016f420c087a5bc6e5a1;hp=9e44f340c65de5f2497814921aa3d81d442538a9;hb=3b7a8f7577e7b40d39ba510f54bde0d3ec0cc58f;hpb=1a79031e2cd056f6f7d95dfaccc58323251521ba diff --git a/lib-mx/compress.c b/lib-mx/compress.c index 9e44f34..1684dd3 100644 --- a/lib-mx/compress.c +++ b/lib-mx/compress.c @@ -174,7 +174,7 @@ int mutt_check_mailbox_compressed (CONTEXT * ctx) return 0; } -int mutt_open_read_compressed (CONTEXT * ctx) +int mutt_open_read_compressed(CONTEXT * ctx) { char *cmd; FILE *fp; @@ -204,9 +204,8 @@ int mutt_open_read_compressed (CONTEXT * ctx) return -1; } close(tmpfd); - - ctx->path = p_dupstr(tmppath, m_strlen(tmppath)); + ctx->path = p_dupstr(tmppath, m_strlen(tmppath)); ctx->cinfo->size = get_size(ctx->realpath); if (!ctx->quiet) @@ -279,7 +278,7 @@ int mutt_open_append_compressed (CONTEXT * ctx) if (!get_append_command (ctx->path, ctx)) { if (ci->open && ci->close) - return mutt_open_read_compressed (ctx); + return mutt_open_read_compressed(ctx); ctx->magic = 0; p_delete(&ctx->cinfo);