mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Fixed new lines in search engine update changelog
This commit is contained in:
parent
a370503eb3
commit
4ef72c6c8f
@ -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 New Issue
Block a user