Tweak grap to make it compile silently.
This commit is contained in:
parent
7534722667
commit
1e1cea296a
4 changed files with 11 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue