X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fstream.c;h=8ec116f6eebdf34907b0637740c50737ebd3ca86;hb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;hp=5d29b19ebd3323236e79b4bb2dbf301aafe30972;hpb=71325c297e0436e9930a3e129a26696e78c27f62;p=debian%2Famanda diff --git a/common-src/stream.c b/common-src/stream.c index 5d29b19..8ec116f 100644 --- a/common-src/stream.c +++ b/common-src/stream.c @@ -25,7 +25,7 @@ * University of Maryland at College Park */ /* - * $Id: stream.c,v 1.39 2006/08/24 01:57:15 paddy_s Exp $ + * $Id: stream.c,v 1.39.2.1 2006/12/12 14:56:38 martinea Exp $ * * functions for managing stream sockets */ @@ -442,12 +442,12 @@ try_socksize( size -= 1024; } if(size > 1024) { - dbprintf(("%s: try_socksize: %s buffer size is %d\n", + dbprintf(("%s: try_socksize: %s buffer size is %zu\n", debug_prefix(NULL), (which == SO_SNDBUF) ? "send" : "receive", size)); } else { - dbprintf(("%s: try_socksize: could not allocate %s buffer of %d\n", + dbprintf(("%s: try_socksize: could not allocate %s buffer of %zu\n", debug_prefix(NULL), (which == SO_SNDBUF) ? "send" : "receive", origsize));