Skip to content
Commit 87f30cbd authored by Martin Tobias Holmedahl Sandsmark's avatar Martin Tobias Holmedahl Sandsmark
Browse files

Fix the problem that filelight always scan across filesystem boundary

The solid's filePath doesn't contain a trailing '/'.  This will cause
the comparision

if (new_path == (*it)->name8Bit())

to be false so that filelight always scans across filesystem boundary.

Patch by Yichao Zhou.

REVIEW: 120707
parent 8f13567a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment