mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Limit file names to 255 bytes to avoid issues on Linux FS
This commit is contained in:
@@ -78,8 +78,8 @@ public:
|
||||
if(name.endsWith(".!qB"))
|
||||
name.chop(4);
|
||||
itemData << name;
|
||||
qDebug("Created a TreeItem file with name %s", qPrintable(getName()));
|
||||
qDebug("parent is %s", qPrintable(parent->getName()));
|
||||
//qDebug("Created a TreeItem file with name %s", qPrintable(getName()));
|
||||
//qDebug("parent is %s", qPrintable(parent->getName()));
|
||||
itemData << QVariant((qulonglong)f.size);
|
||||
total_done = 0;
|
||||
itemData << 0.; // Progress;
|
||||
|
||||
Reference in New Issue
Block a user