diff options
Diffstat (limited to 'src/plugins/Transports/http/httpstreamreader.cpp')
| -rw-r--r-- | src/plugins/Transports/http/httpstreamreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Transports/http/httpstreamreader.cpp b/src/plugins/Transports/http/httpstreamreader.cpp index 7e2c018af..8668d144a 100644 --- a/src/plugins/Transports/http/httpstreamreader.cpp +++ b/src/plugins/Transports/http/httpstreamreader.cpp @@ -306,7 +306,7 @@ void HttpStreamReader::run() toLatin1 ().constData ())); // Set url to download - curl_easy_setopt(m_handle, CURLOPT_URL, strdup(m_url.toAscii().constData())); + curl_easy_setopt(m_handle, CURLOPT_URL, strdup(m_url.toLatin1().constData())); // callback for wrting curl_easy_setopt(m_handle, CURLOPT_WRITEFUNCTION, curl_write_data); // Set destination file |
