plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7788fd54094693384ef5c92c475656dba8819feb
parent fa267621f8b59194f70652dee4ca259430724292
Author: rsc <devnull@localhost>
Date:   Sat, 25 Dec 2004 01:54:02 +0000

fix from forsyth via rob

Diffstat:
Msrc/cmd/comm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/comm.c b/src/cmd/comm.c @@ -23,7 +23,7 @@ main(int argc, char *argv[]) int l; char lb1[LB],lb2[LB]; - l = 2; + l = 1; ARGBEGIN{ case '1': if(!one) {