bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'filter.c')
-rw-r--r--
filter.c
3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter.c b/filter.c
index 08ce7a5a..aa36026a 100644
--- a/
filter.c
+++ b/
filter.c
@@ -406,6 +406,9 @@ struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype)
switch (filtertype) {
case EMAIL:
+ argument_count = 2;
+ break;
+
case SOURCE:
case ABOUT:
argument_count = 1;