mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-23 12:18:57 +00:00
Update pgl_srv_shell_host_utils.cpp
This commit is contained in:
parent
3b9ee08c69
commit
9d16ee6a74
@ -75,7 +75,7 @@ namespace ams::pgl::srv {
|
||||
NON_COPYABLE(HostPackageReader);
|
||||
NON_MOVEABLE(HostPackageReader);
|
||||
private:
|
||||
char m_content_path[fs::EntryNameLengthMax] = {};
|
||||
char m_content_path[fs::EntryNameLengthMax + 1] = {};
|
||||
ExtensionType m_extension_type = ExtensionType::None;
|
||||
char m_mount_name[fs::MountNameLengthMax + 1] = {};
|
||||
bool m_is_mounted = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user