Just use int for mode
This commit is contained in:
parent
fe48fbc4e1
commit
64aac9b504
2
grep.c
2
grep.c
@ -24,7 +24,7 @@ static int sflag;
|
|||||||
static int vflag;
|
static int vflag;
|
||||||
static int xflag;
|
static int xflag;
|
||||||
static int many;
|
static int many;
|
||||||
static char mode;
|
static int mode;
|
||||||
|
|
||||||
struct pattern {
|
struct pattern {
|
||||||
char *pattern;
|
char *pattern;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user