[xiph-commits] r18645 - icecast/trunk/icecast/src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Wed Oct 10 16:34:54 PDT 2012
Author: ph3-der-loewe
Date: 2012-10-10 16:34:54 -0700 (Wed, 10 Oct 2012)
New Revision: 18645
Modified:
icecast/trunk/icecast/src/xslt.c
Log:
use correct prototype.
Modified: icecast/trunk/icecast/src/xslt.c
===================================================================
--- icecast/trunk/icecast/src/xslt.c 2012-10-10 23:15:05 UTC (rev 18644)
+++ icecast/trunk/icecast/src/xslt.c 2012-10-10 23:34:54 UTC (rev 18645)
@@ -50,6 +50,7 @@
#include "client.h"
#include "stats.h"
#include "fserve.h"
+#include "util.h"
#define CATMODULE "xslt"
@@ -233,7 +234,7 @@
if (string == NULL)
string = xmlCharStrdup ("");
- ret = util_http_build_header(refbuf->data, full_len, 0, 0, 200, NULL, mediatype, NULL, NULL, NULL);
+ ret = util_http_build_header(refbuf->data, full_len, 0, 0, 200, NULL, mediatype, NULL, NULL);
snprintf (refbuf->data + ret, full_len - ret,
"Content-Length: %d\r\n\r\n%s",
len, string);
More information about the commits
mailing list