NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/36268



The following reply was made to PR bin/36268; it has been noted by GNATS.

From: "matthew sporleder" <msporleder%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/36268
Date: Sat, 19 Jan 2008 18:54:09 -0500

 If you just want to close the bug..
 
 --- gzip.c.orig        2008-01-19 18:51:06.000000000 -0500
 +++ gzip.c     2008-01-19 18:51:22.000000000 -0500
 @@ -1580,7 +1580,7 @@
                maybe_warn("can't read stdin");
                return;
        } else if (bytes_read != sizeof(header1)) {
 -              maybe_warnx("(stdin): unexpected end of file");
 +              maybe_warnx("stdin: unexpected end of file");
                return;
        }
 



Home | Main Index | Thread Index | Old Index