From: Ian Darwin Date: Fri, 11 Sep 1992 12:37:28 +0000 (+0000) Subject: Duh, don't exit() at end of ckfprintf()! X-Git-Tag: FILE3_27~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e36577eb5c29390c6a1eae1539d7a65618ad797;p=file Duh, don't exit() at end of ckfprintf()! --- diff --git a/src/print.c b/src/print.c index 4bc0a6ae..c9aee412 100644 --- a/src/print.c +++ b/src/print.c @@ -39,7 +39,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: print.c,v 1.15 1992/09/11 11:44:51 ian Exp $"; + "@(#)$Id: print.c,v 1.16 1992/09/11 12:37:28 ian Exp $"; #endif /* lint */ void @@ -107,7 +107,6 @@ ckfprintf(va_alist) if (ferror(f)) error("write failed.\n"); va_end(va); - exit(1); } /*