mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:06:07 +03:00
- Fixed new lines in search engine update changelog
This commit is contained in:
parent
a370503eb3
commit
4ef72c6c8f
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ QByteArray SearchEngine::getNovaChangelog(QString novaPath, float my_version) co
|
|||
if(line.startsWith((const char*)end_version.toUtf8())) break;
|
||||
if(in_changelog){
|
||||
line.remove(0,1);
|
||||
line += "\n";
|
||||
changelog.append(line);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue