X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/30a378b571c9f826d37c913b32b363f54a8997f4..2f8648ff7f5c7119ab035c134504f04eefe068fb:/cgit.c diff --git a/cgit.c b/cgit.c index d2f7b9c..ca0a89c 100644 --- a/cgit.c +++ b/cgit.c @@ -765,7 +765,7 @@ static char *build_snapshot_setting(int bitmap) struct strbuf result = STRBUF_INIT; for (f = cgit_snapshot_formats; f->suffix; f++) { - if (f->bit & bitmap) { + if (cgit_snapshot_format_bit(f) & bitmap) { if (result.len) strbuf_addch(&result, ' '); strbuf_addstr(&result, f->suffix);