aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/comm.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-25 01:54:02 +0000
committerrsc <devnull@localhost>2004-12-25 01:54:02 +0000
commit7788fd54094693384ef5c92c475656dba8819feb (patch)
treec817441542df48e74c413f753f47e5987d5fc4a5 /src/cmd/comm.c
parentfa267621f8b59194f70652dee4ca259430724292 (diff)
downloadplan9port-7788fd54094693384ef5c92c475656dba8819feb.tar.gz
plan9port-7788fd54094693384ef5c92c475656dba8819feb.tar.bz2
plan9port-7788fd54094693384ef5c92c475656dba8819feb.zip
fix from forsyth via rob
Diffstat (limited to 'src/cmd/comm.c')
-rw-r--r--src/cmd/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/comm.c b/src/cmd/comm.c
index b95b9a0e..cce02ffc 100644
--- 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) {