kan 2005-05-18 05:24:08 UTC
FreeBSD src repository
Modified files:
usr.bin/compress zopen.c
Log:
Unbreak r1.11 by delhij. Blind change from unsigned to signed char
pointer causes problems with sign extension and leads to compress(1)
dumping core on any non-trivial incoming data.
Revision Changes Path
1.12 +2 -2 src/usr.bin/compress/zopen.c