diff options
Diffstat (limited to 'src/modinfowithconflictinfo.cpp')
| -rw-r--r-- | src/modinfowithconflictinfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modinfowithconflictinfo.cpp b/src/modinfowithconflictinfo.cpp index 7181bef9..b0edf581 100644 --- a/src/modinfowithconflictinfo.cpp +++ b/src/modinfowithconflictinfo.cpp @@ -307,7 +307,8 @@ void ModInfoWithConflictInfo::diskContentModified() { } void ModInfoWithConflictInfo::prefetch() { - // Populating the tree to 1-depth: + // Populating the tree to 1-depth (IFileTree is lazy, so size() forces the + // tree to populate the first level): contentFileTree()->size(); } |
