bsdgrep(1): whoops, garbage collect the now write-only variable

This commit is contained in:
kevans 2018-06-07 18:36:12 +00:00
parent 91ec7ef2a1
commit 84933aae35

View File

@ -144,11 +144,11 @@ grep_tree(char **argv)
{
FTS *fts;
FTSENT *p;
int c, fts_flags;
int fts_flags;
bool matched, ok;
const char *wd[] = { ".", NULL };
c = fts_flags = 0;
fts_flags = 0;
matched = false;
switch(linkbehave) {