This commit is contained in:
christos 1998-12-19 22:27:54 +00:00
parent 24a4a811e5
commit eb4463abfe
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: forward.c,v 1.14 1998/11/03 14:26:45 christos Exp $ */
/* $NetBSD: forward.c,v 1.15 1998/12/19 22:27:54 christos Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
#endif
__RCSID("$NetBSD: forward.c,v 1.14 1998/11/03 14:26:45 christos Exp $");
__RCSID("$NetBSD: forward.c,v 1.15 1998/12/19 22:27:54 christos Exp $");
#endif /* not lint */
#include <sys/types.h>
@ -161,8 +161,7 @@ forward(fp, style, off, sbp)
}
} else
rlines(fp, off, sbp);
}
else if (off == 0) {
} else if (off == 0) {
while (getc(fp) != EOF);
if (ferror(fp)) {
ierr();