Tweak grap to make it compile silently.

This commit is contained in:
wkj 2004-05-17 02:22:23 +00:00
parent 7534722667
commit 1e1cea296a
4 changed files with 11 additions and 7 deletions

View file

@ -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;