diff --git a/lib/vfs/vfsourdb/vfsourdb.v b/lib/vfs/vfsourdb/vfsourdb.v index 602be94a..20019124 100644 --- a/lib/vfs/vfsourdb/vfsourdb.v +++ b/lib/vfs/vfsourdb/vfsourdb.v @@ -171,7 +171,9 @@ fn (mut self OurDBVFS) get_entry(path string) !ourdb_fs.FSEntry { if child.metadata.name == parts[i] { match child { ourdb_fs.Directory { - current = child + unsafe { + current = child + } found = true break }