mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-04 02:45:44 +00:00
7d49e8868c
Checking if we are using regexp was done in setMustContain and setMustNotContain before m_useRegex was even read, corrupting the value. Only m_mustNotContain is affected because of how RssDownloadRule::setMustNotContain handles read string when m_useRegex is false.