From f935029b08b09188e7fbb0f603cd92f25570e473 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sat, 16 Nov 2002 12:03:59 +0000 Subject: Sometimes there is no space after ':' CVS patchset: 3271 CVS date: 2002/11/16 12:03:59 --- src/input/input_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3