diff --git a/src/dict/dictserver.cc b/src/dict/dictserver.cc index 415284cf..21c0b71d 100644 --- a/src/dict/dictserver.cc +++ b/src/dict/dictserver.cc @@ -855,6 +855,7 @@ void DictServerArticleRequest::readData( QByteArray reply ) } } else { + articleText += reply; reply = dictImpl->socket.readAll(); qDebug() << "reply data:" << reply << QDateTime::currentDateTime();