diff options
Diffstat (limited to 'cmds/installd/CacheTracker.cpp')
| -rw-r--r-- | cmds/installd/CacheTracker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/CacheTracker.cpp b/cmds/installd/CacheTracker.cpp index e293948caa..3eb39b9bed 100644 --- a/cmds/installd/CacheTracker.cpp +++ b/cmds/installd/CacheTracker.cpp @@ -148,6 +148,7 @@ void CacheTracker::loadItemsFrom(const std::string& path) { } // Bubble up modified time to parent + CHECK(p != nullptr); switch (p->fts_info) { case FTS_DP: case FTS_DEFAULT: |