[xiph-cvs] cvs commit: icecast/src connection.c

Michael Smith msmith at xiph.org
Fri Feb 7 05:56:33 PST 2003



msmith      03/02/07 08:56:33

  Modified:    src      connection.c
  Log:
  Grumble. Silly gcc.

Revision  Changes    Path
1.46      +1 -1      icecast/src/connection.c

Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- connection.c	7 Feb 2003 11:56:40 -0000	1.45
+++ connection.c	7 Feb 2003 13:56:33 -0000	1.46
@@ -320,8 +320,8 @@
                         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;

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list