Revert "[VFS] Fixed crash on filename extraction from path."
This reverts commit02f5316562. It's not needed anymore thanks to6cba5ba7e6
This commit is contained in:
@@ -53,7 +53,7 @@ XContentContainerDevice::Result StfsContainerDevice::LoadHostFiles(
|
||||
StfsContainerDevice::Result StfsContainerDevice::Read() {
|
||||
auto& file = files_.at(0);
|
||||
|
||||
auto root_entry = new XContentContainerEntry(this, nullptr, "", "", &files_);
|
||||
auto root_entry = new XContentContainerEntry(this, nullptr, "", &files_);
|
||||
root_entry->attributes_ = kFileAttributeDirectory;
|
||||
root_entry_ = std::unique_ptr<Entry>(root_entry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user