diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-03 19:50:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-03 19:50:58 +0000 |
| commit | 501a20123427698e3c078583816804f4befb82ad (patch) | |
| tree | c9bf0b1e1800e4d0a63a8b699d2c8f9fae4533f7 /src/plugins/Transports | |
| parent | cd9ed90720b9695d4bf6194d54a49d78ffe39710 (diff) | |
| download | qmmp-501a20123427698e3c078583816804f4befb82ad.tar.gz qmmp-501a20123427698e3c078583816804f4befb82ad.tar.bz2 qmmp-501a20123427698e3c078583816804f4befb82ad.zip | |
replaced toAscii by toLatin1
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6933 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Transports')
| -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 |
