[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: read bug in head util
From: |
Jim Meyering |
Subject: |
Re: read bug in head util |
Date: |
Sat, 22 Sep 2001 23:09:38 +0200 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 |
Thanks for the report and patch.
That was reported/fixed just a week or two ago.
A new test release is due out soon.
Wolfram Kleff <address@hidden> wrote:
> there is a little nasty bug in the "head" util.
> It always tries to read complete blocks in function head_bytes.
> This is no problem (except performance loss) for regular files, but leads to
> problems in special files.
> Here is a patch which should fix this problem:
...