]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-snapshot.c
git: update to v2.25.0
[cgit.git] / ui-snapshot.c
index 85efe64a0e7f6f41bedbddfe6722fb4db5a6832a..9461d51a5979cc4c4102c08b9c584914d74afd63 100644 (file)
@@ -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;
 }