snapshot: strip bit from struct cgit_snapshot_format
We had a static bit value in struct cgit_snapshot_format. We do not rely on it and things can be calculated on the fly. So strip it. Signed-off-by: Christian Hesse <mail@eworm.de>
Tá an tiomantas seo le fáil i:

tiomanta ag
Jason A. Donenfeld

tuismitheoir
30a378b571
tiomantas
2f8648ff7f
@@ -1127,7 +1127,7 @@ void cgit_print_snapshot_links(const struct cgit_repo *repo, const char *ref,
|
||||
|
||||
prefixlen = filename.len;
|
||||
for (f = cgit_snapshot_formats; f->suffix; f++) {
|
||||
if (!(repo->snapshots & f->bit))
|
||||
if (!(repo->snapshots & cgit_snapshot_format_bit(f)))
|
||||
continue;
|
||||
strbuf_setlen(&filename, prefixlen);
|
||||
strbuf_addstr(&filename, f->suffix);
|
||||
|
Tagairt in Eagrán Nua
Cuir bac ar úsáideoir