Update pgl_srv_shell_host_utils.cpp

This commit is contained in:
MasaGratoR 2026-04-01 20:44:08 +02:00 committed by GitHub
parent 9d16ee6a74
commit 4a8f7628c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ namespace ams::pgl::srv {
NON_COPYABLE(HostPackageReader); NON_COPYABLE(HostPackageReader);
NON_MOVEABLE(HostPackageReader); NON_MOVEABLE(HostPackageReader);
private: private:
char m_content_path[fs::EntryNameLengthMax + 1] = {}; char m_content_path[fs::EntryNameLengthMax] = {};
ExtensionType m_extension_type = ExtensionType::None; ExtensionType m_extension_type = ExtensionType::None;
char m_mount_name[fs::MountNameLengthMax + 1] = {}; char m_mount_name[fs::MountNameLengthMax + 1] = {};
bool m_is_mounted = false; bool m_is_mounted = false;