1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-02-19 12:04:54 +00:00
dindexer/include
King_DuckZ 5fbad40fda Add level offset.
The level in the FileRecordData is 0 at the base of the
directory being scanned. However PathName::atom_count() can be
more than that. For example scanning /mnt/cdrom will have
level 0 at the mount point, but atom_count() is 2. So it's
necessary to pass in this offset. This way the code can take
that into account and compute stuff correctly.
2016-02-16 20:18:10 +00:00
..
dindexer-common Update year on copyright notice. 2016-02-05 21:02:40 +01:00
dindexer-machinery Add level offset. 2016-02-16 20:18:10 +00:00
helpers Update year on copyright notice. 2016-02-05 21:02:40 +01:00
pq ...fix build on x86_64 2016-02-05 21:06:21 +01:00