X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/023d933121ca7352a069f3886caf6fbe958ba27d..2ffeecb7a6827dcf0f81cf543ed312155f6e8f83:/ui-snapshot.c diff --git a/ui-snapshot.c b/ui-snapshot.c index 1b25dca..067082c 100644 --- a/ui-snapshot.c +++ b/ui-snapshot.c @@ -19,7 +19,7 @@ static int write_compressed_tar_archive(struct archiver_args *args,const char *f f.argv = malloc(2 * sizeof(char *)); f.argv[0] = f.cmd; f.argv[1] = NULL; - cgit_open_filter(&f); + cgit_open_filter(&f, NULL); rv = write_tar_archive(args); cgit_close_filter(&f); return rv; @@ -92,6 +92,7 @@ static int make_snapshot(const struct cgit_snapshot_format *format, } args.tree = commit->tree; args.time = commit->date; + args.compression_level = Z_DEFAULT_COMPRESSION; ctx.page.mimetype = xstrdup(format->mimetype); ctx.page.filename = xstrdup(filename); cgit_print_http_headers(&ctx);