summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/asf_streaming.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 856cc1cd12..6db07344af 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -594,7 +594,7 @@ static HTTP_header_t *asf_http_request(streaming_ctrl_t *streaming_ctrl) {
continue;
}
asf_nb_stream++;
- ptr += sprintf(ptr, "ffff:%d:%d ", stream_id, enable);
+ ptr += sprintf(ptr, "ffff:%x:%d ", stream_id, enable);
}
}
if(asf_http_ctrl->n_video > 0) {
@@ -607,7 +607,7 @@ static HTTP_header_t *asf_http_request(streaming_ctrl_t *streaming_ctrl) {
continue;
}
asf_nb_stream++;
- ptr += sprintf(ptr, "ffff:%d:%d ", stream_id, enable);
+ ptr += sprintf(ptr, "ffff:%x:%d ", stream_id, enable);
}
}
http_set_field( http_hdr, str );