From 248a0874a4e3dd671018c9682c1e8bea078e886b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 7 Feb 2003 13:56:33 +0000 Subject: [PATCH] Grumble. Silly gcc. svn path=/trunk/icecast/; revision=4331 --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index 6bee5973..3196bbe1 100644 --- a/src/connection.c +++ b/src/connection.c @@ -320,8 +320,8 @@ int connection_create_source(client_t *client, connection_t *con, http_parser_t source = source_create(client, con, parser, mount, format); } } else { - ERROR0("No content-type header, falling back to backwards compatiblity mode for icecast 1.x relays. Assuming content is mp3."); format_type_t format = FORMAT_TYPE_MP3; + ERROR0("No content-type header, falling back to backwards compatiblity mode for icecast 1.x relays. Assuming content is mp3."); source = source_create(client, con, parser, mount, format); } client->respcode = 200;