Skip to content

Commit c7db579

Browse files
bug: fixed filters string to include '
1 parent af8649b commit c7db579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
int main(int argc, char *argv[])
88
{
99
// Define allowable filters
10-
char *filters = "bgrsivtdGBo";
10+
char *filters = "bgrsivtdGoB:";
1111

1212

1313
char filterArr[argc-3];

0 commit comments

Comments
 (0)