There was an error while loading. Please reload this page.
1 parent af8649b commit c7db579Copy full SHA for c7db579
filter.c
@@ -7,7 +7,7 @@
7
int main(int argc, char *argv[])
8
{
9
// Define allowable filters
10
- char *filters = "bgrsivtdGBo";
+ char *filters = "bgrsivtdGoB:";
11
12
13
char filterArr[argc-3];
0 commit comments