diff options
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ int cgit_parse_snapshots_mask(const char *str) | |||
400 | for (f = cgit_snapshot_formats; f->suffix; f++) { | 400 | for (f = cgit_snapshot_formats; f->suffix; f++) { |
401 | if (!strcmp(item->string, f->suffix) || | 401 | if (!strcmp(item->string, f->suffix) || |
402 | !strcmp(item->string, f->suffix + 1)) { | 402 | !strcmp(item->string, f->suffix + 1)) { |
403 | rv |= f->bit; | 403 | rv |= cgit_snapshot_format_bit(f); |
404 | break; | 404 | break; |
405 | } | 405 | } |
406 | } | 406 | } |