diff options
Diffstat (limited to 'src')
| -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 52fddd84f..7e2c018af 100644 --- a/src/plugins/Transports/http/httpstreamreader.cpp +++ b/src/plugins/Transports/http/httpstreamreader.cpp @@ -352,7 +352,7 @@ void HttpStreamReader::run() qDebug("HttpStreamReader: curl thread finished with code %d (%s)", return_code, errorBuffer); if(!m_stream.aborted && !m_ready) { - setErrorString(errorBuffer); + setErrorString(QString::fromLocal8Bit(errorBuffer)); emit error(); QIODevice::close(); } |
