1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-13 16:35:18 +02:00

Remove spurious space.

This commit is contained in:
Jim Meyering
1995-07-27 03:57:10 +00:00
parent 8c17f50aea
commit 8904d4a45c

View File

@@ -220,7 +220,7 @@ wc (fd, file)
if (fstat (fd, &stats) == 0 && S_ISREG (stats.st_mode)
&& (current_pos = lseek (fd, (off_t) 0, SEEK_CUR)) != -1
&& (end_pos = lseek (fd, (off_t) 0, SEEK_END)) != -1)
&& (end_pos = lseek (fd, (off_t) 0, SEEK_END)) != -1)
{
off_t diff;
/* Be careful here. The current position may actually be