mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Limit file names to 255 bytes to avoid issues on Linux FS
This commit is contained in:
@@ -129,6 +129,7 @@ public:
|
||||
|
||||
static QString truncateRootFolder(boost::intrusive_ptr<libtorrent::torrent_info> t);
|
||||
static QString truncateRootFolder(libtorrent::torrent_handle h);
|
||||
static QString fixFileNames(QString path);
|
||||
|
||||
static QString updateLabelInSavePath(QString defaultSavePath, QString save_path, const QString &old_label, const QString &new_label);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user