Patch from Matt Kraai so wc will return a proper error code

when failing to open a file, and will not use file when it
didn't open the file.
 -Erik
This commit is contained in:
Eric Andersen
2000-10-09 18:21:44 +00:00
parent 62f987e95f
commit 7a86e61a54
3 changed files with 13 additions and 9 deletions

View File

@@ -1721,7 +1721,7 @@ void xregcomp(regex_t *preg, const char *regex, int cflags)
}
#endif
#if defined BB_CAT || defined BB_HEAD
#if defined BB_CAT || defined BB_HEAD || defined BB_WC
FILE *wfopen(const char *path, const char *mode)
{
FILE *fp;