diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index 8a786e0..e8c0723 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -1127,7 +1127,7 @@ void cgit_print_snapshot_links(const struct cgit_repo *repo, const char *ref, | |||
1127 | 1127 | ||
1128 | prefixlen = filename.len; | 1128 | prefixlen = filename.len; |
1129 | for (f = cgit_snapshot_formats; f->suffix; f++) { | 1129 | for (f = cgit_snapshot_formats; f->suffix; f++) { |
1130 | if (!(repo->snapshots & f->bit)) | 1130 | if (!(repo->snapshots & cgit_snapshot_format_bit(f))) |
1131 | continue; | 1131 | continue; |
1132 | strbuf_setlen(&filename, prefixlen); | 1132 | strbuf_setlen(&filename, prefixlen); |
1133 | strbuf_addstr(&filename, f->suffix); | 1133 | strbuf_addstr(&filename, f->suffix); |