From 004152cf7ade6efadec55995f71fb362639f3e72 Mon Sep 17 00:00:00 2001 From: brendan Date: Sat, 5 Jul 2003 06:36:16 +0000 Subject: [PATCH] Write a newline after the m3u entry (patch by Paul Bryan). svn path=/trunk/icecast/; revision=5067 --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index 47df2ded..e88809b0 100644 --- a/src/connection.c +++ b/src/connection.c @@ -769,7 +769,7 @@ static void _handle_get_request(connection_t *con, bytes = sock_write(client->con->sock, "HTTP/1.0 200 OK\r\n" "Content-Type: audio/x-mpegurl\r\n\r\n" - "http://%s:%d%s", + "http://%s:%d%s\r\n", host, port, sourceuri