From 2e2553a534f532a1546ea2b2f3dc3cd2276d020d Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Sun, 9 May 1999 00:29:58 +0000 Subject: Merged in a bunch of patches that I got as reaction to the 3.99 release. See the ChangeLog for details --- stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream.c') diff --git a/stream.c b/stream.c index f242b63..0ddb5f1 100644 --- a/stream.c +++ b/stream.c @@ -78,7 +78,7 @@ int getting; 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("}"); } } -- cgit v1.2.3