summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c
index 7f2656e02..7e2043741 100644
--- a/src/input/input_http.c
+++ b/src/input/input_http.c
@@ -471,7 +471,7 @@ static int read_shoutcast_header(http_input_plugin_t *this) {
= strdup (this->buf + 9 + (*(this->buf + 9) == ' '));
}
- if (sscanf(this->buf, "icy-metaint: %d", &this->shoutcast_metaint) == 1) {
+ if (sscanf(this->buf, "icy-metaint:%d", &this->shoutcast_metaint) == 1) {
#ifdef LOG
printf("input_http: shoutcast_metaint: %d\n", this->shoutcast_metaint);
#endif