tfix from forsyth via rob - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7788fd54094693384ef5c92c475656dba8819feb
(DIR) parent fa267621f8b59194f70652dee4ca259430724292
(HTM) Author: rsc <devnull@localhost>
Date: Sat, 25 Dec 2004 01:54:02 +0000
fix from forsyth via rob
Diffstat:
M src/cmd/comm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/comm.c b/src/cmd/comm.c
t@@ -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) {