mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
tests: fix typecast to fix compilation
This commit is contained in:
parent
bbe6d9a258
commit
6af234e29e
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ do_get (SoupMessage * msg, const char *path)
|
||||||
soup_message_headers_append (msg->response_headers, "Location", redir_uri);
|
soup_message_headers_append (msg->response_headers, "Location", redir_uri);
|
||||||
g_free (redir_uri);
|
g_free (redir_uri);
|
||||||
}
|
}
|
||||||
if (status != (SoupKnownStatusCode) SOUP_STATUS_OK && !send_error_doc)
|
if (status != (SoupStatus) SOUP_STATUS_OK && !send_error_doc)
|
||||||
goto leave;
|
goto leave;
|
||||||
|
|
||||||
if (msg->method == SOUP_METHOD_GET) {
|
if (msg->method == SOUP_METHOD_GET) {
|
||||||
|
|
Loading…
Reference in a new issue