Skip to content

Commit

Permalink
Increase max filter count to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
capehill committed Sep 22, 2019
1 parent a866feb commit 2351a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdlib.h>
#include <string.h>

#define MAX_FILTER 200
#define MAX_FILTER 300

static char* filters[MAX_FILTER];
static size_t count;
Expand Down

0 comments on commit 2351a71

Please sign in to comment.