X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/441dac1d747dab43e3559ee68f18a273512064cd..55ebd5e97ccd0da9424d68f1e0f301551cf4b47a:/ui-snapshot.c diff --git a/ui-snapshot.c b/ui-snapshot.c index 85efe64..9461d51 100644 --- a/ui-snapshot.c +++ b/ui-snapshot.c @@ -156,6 +156,7 @@ static int make_snapshot(const struct cgit_snapshot_format *format, ctx.page.mimetype = xstrdup(format->mimetype); ctx.page.filename = xstrdup(filename); cgit_print_http_headers(); + init_archivers(); format->write_func(hex, prefix); return 0; }