tjr 2004-08-04 02:47:32 UTC
FreeBSD src repository
Modified files:
usr.bin/hexdump display.c
Log:
In next(), ensure that 'done' is set in the case when a file cannot
be opened, to avoid trying to read standard input after already closing
it, which resulted in EBADF errors.
Revision Changes Path
1.22 +2 -1 src/usr.bin/hexdump/display.c