X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/30a378b571c9f826d37c913b32b363f54a8997f4..2f8648ff7f5c7119ab035c134504f04eefe068fb:/shared.c diff --git a/shared.c b/shared.c index 0a11e68..d59ae7e 100644 --- a/shared.c +++ b/shared.c @@ -400,7 +400,7 @@ int cgit_parse_snapshots_mask(const char *str) for (f = cgit_snapshot_formats; f->suffix; f++) { if (!strcmp(item->string, f->suffix) || !strcmp(item->string, f->suffix + 1)) { - rv |= f->bit; + rv |= cgit_snapshot_format_bit(f); break; } }