Files
pkgsrc-ng/audio/rtunes/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
400 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2007/11/23 00:18:41 bjs Exp $
--- rtunes/rtsp.c.orig 2006-09-17 08:14:05.000000000 -0400
+++ rtunes/rtsp.c
@@ -207,7 +207,7 @@ rtsp_Announce(void)
len_header = snprintf(header, sizeof(header),
"%s"
"Content-Type: application/sdp\r\n"
- "Content-Length: %ld\r\n"
+ "Content-Length: %zd\r\n"
"\r\n",
rtsp_execreq("ANNOUNCE"), len_body);