Import rtunes CVS snapshot (v0.6 plus a few bug fixes).
[pkgsrc.git] / audio / rtunes / patches / patch-aa
1 $NetBSD$
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