mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Correctly concatenate path components
This commit is contained in:
parent
7e8a176751
commit
fdbf8cb0ee
8 changed files with 14 additions and 14 deletions
|
@ -108,7 +108,7 @@ AutoDownloader::AutoDownloader()
|
|||
m_instance = this;
|
||||
|
||||
m_fileStorage = new AsyncFileStorage(
|
||||
Utils::Fs::expandPathAbs(specialFolderLocation(SpecialFolder::Config) + ConfFolderName));
|
||||
Utils::Fs::expandPathAbs(specialFolderLocation(SpecialFolder::Config) + QLatin1Char('/') + ConfFolderName));
|
||||
if (!m_fileStorage)
|
||||
throw RuntimeError(tr("Directory for RSS AutoDownloader data is unavailable."));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue