db/update/Walk: add Directory reference parameter
Remove dependency on the DatabaseSimple library.
This commit is contained in:
@@ -44,7 +44,8 @@ UpdateService::Task()
|
||||
|
||||
SetThreadIdlePriority();
|
||||
|
||||
modified = walk.Walk(next.path_utf8.c_str(), next.discard);
|
||||
modified = walk.Walk(*db_get_root(), next.path_utf8.c_str(),
|
||||
next.discard);
|
||||
|
||||
if (modified || !db_exists()) {
|
||||
Error error;
|
||||
|
Reference in New Issue
Block a user