commit | 7103ceb031c14761d31d8f343e8978c6fec248d6 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Jan 12 16:02:09 2007 +0000 |
committer | rsc <devnull@localhost> | Fri Jan 12 16:02:09 2007 +0000 |
tree | 248837d08589ad9c0bfa07f56b443e991ba4f267 | |
parent | 78439d25f8b2f6f2289e9f4e4400e0f7cdb5fa70 [diff] |
Bug fix fix - remove debugging implementation of needoutflush.
diff --git a/src/cmd/sam/mesg.c b/src/cmd/sam/mesg.c index 5298370..87e82a1 100644 --- a/src/cmd/sam/mesg.c +++ b/src/cmd/sam/mesg.c
@@ -826,7 +826,7 @@ int needoutflush(void) { - return 1; + return outmsg >= outdata+DATASIZE; } void @@ -835,6 +835,7 @@ if(outmsg == outdata) return; outbuffered = 0; + /* flow control */ outT0(Hack); waitack = 1; do