From c4420064e209e065d01510830a0cef9e3305f921 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sun, 16 Mar 2008 19:12:49 +0000 Subject: 0.41-2 release svn path=/trunk/; revision=9589 --- pd/src/u_pdsend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/u_pdsend.c') diff --git a/pd/src/u_pdsend.c b/pd/src/u_pdsend.c index 663889cc..e36ad94a 100644 --- a/pd/src/u_pdsend.c +++ b/pd/src/u_pdsend.c @@ -112,7 +112,7 @@ connected: ; nsend = strlen(buf); for (bp = buf, nsent = 0; nsent < nsend;) { - int res = send(sockfd, buf, nsend-nsent, 0); + int res = send(sockfd, bp, nsend-nsent, 0); if (res < 0) { sockerror("send"); -- cgit v1.2.1