update Tue Jun 22 06:37:08 PDT 2010
[pkgsrc.git] / audio / rtunes / patches / patch-aa
1 $NetBSD: patch-aa,v 1.1.1.1 2007/11/23 00:18:41 bjs Exp $
2
3 --- rtunes/rtsp.c.orig  2006-09-17 08:14:05.000000000 -0400
4 +++ rtunes/rtsp.c
5 @@ -207,7 +207,7 @@ rtsp_Announce(void)
6         len_header = snprintf(header, sizeof(header),
7             "%s"
8             "Content-Type: application/sdp\r\n"
9 -           "Content-Length: %ld\r\n"
10 +           "Content-Length: %zd\r\n"
11             "\r\n",
12             rtsp_execreq("ANNOUNCE"), len_body);
13