[VFS] Fixed crash on filename extraction from path.
Names are in CP1252 which fails conversion to utf8.
This commit is contained in:
@@ -23,7 +23,8 @@ class DiscZarchiveDevice;
|
||||
|
||||
class DiscZarchiveEntry : public Entry {
|
||||
public:
|
||||
DiscZarchiveEntry(Device* device, Entry* parent, const std::string_view path);
|
||||
DiscZarchiveEntry(Device* device, Entry* parent, const std::string_view path,
|
||||
const std::string_view name);
|
||||
~DiscZarchiveEntry() override;
|
||||
|
||||
static std::unique_ptr<DiscZarchiveEntry> Create(Device* device,
|
||||
|
||||
Reference in New Issue
Block a user