commit | 2e2553a534f532a1546ea2b2f3dc3cd2276d020d | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Sun May 09 00:29:58 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Sun May 09 00:29:58 1999 +0000 |
tree | 6cffd996287d564f4365dd0b13e1fd9abe33c186 | |
parent | 022c52fda19fa3e92a7000b239214fdd57248a4b [diff] [blame] |
Merged in a bunch of patches that I got as reaction to the 3.99 release. See the ChangeLog for details
diff --git a/stream.c b/stream.c index f242b63..0ddb5f1 100644 --- a/stream.c +++ b/stream.c
@@ -78,7 +78,7 @@ if (getting) tprintf("maxlen=%d, ", sbp->maxlen); tprintf("len=%d, buf=", sbp->len); - printstr(tcp, (int) sbp->buf, sbp->len); + printstr(tcp, (unsigned long) sbp->buf, sbp->len); tprintf("}"); } }