mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
fix: restore portable file path check (#6853)
* chore: change to snake_case naming * fix: restore portable file path check * fix: macosx build
This commit is contained in:
@@ -219,7 +219,7 @@ OSStatus GeneratePreviewForURL(void* /*thisInterface*/, QLPreviewRequestRef prev
|
||||
|
||||
FileTreeNode root{};
|
||||
|
||||
for (auto const& [path, size] : metainfo.files().sortedByPath())
|
||||
for (auto const& [path, size] : metainfo.files().sorted_by_path())
|
||||
{
|
||||
FileTreeNode* curNode = &root;
|
||||
size_t level = 0;
|
||||
|
||||
Reference in New Issue
Block a user