From 6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 28 Oct 1999 16:06:25 +0000 Subject: Stuf --- grep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'grep.c') diff --git a/grep.c b/grep.c index 44ca02834..9495bf858 100644 --- a/grep.c +++ b/grep.c @@ -47,9 +47,9 @@ static const char grep_usage[] = extern int grep_main (int argc, char **argv) { FILE *fp; - const char *needle; - const char *name; - const char *cp; + char *needle; + char *name; + char *cp; int tellName=TRUE; int ignoreCase=FALSE; int tellLine=FALSE; -- cgit v1.2.3