Tweak grap to make it compile silently.
This commit is contained in:
@@ -540,7 +540,7 @@ void copy(void) /* begin input from file, etc. */
|
||||
FILE *fin;
|
||||
|
||||
if (newfile) {
|
||||
if ((fin = fopen(newfile, "r")) == NULL)
|
||||
if ((fin = fopen(unsharp(newfile), "r")) == NULL)
|
||||
ERROR "can't open file %s", newfile FATAL;
|
||||
curfile++;
|
||||
curfile->fin = fin;
|
||||
|
||||
Reference in New Issue
Block a user