From 3b9ee08c692a00966f496c457e0e1bb2e37b86d8 Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Wed, 1 Apr 2026 20:33:27 +0200 Subject: [PATCH] Update pgl_srv_shell_host_utils.cpp --- .../libstratosphere/source/pgl/srv/pgl_srv_shell_host_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/source/pgl/srv/pgl_srv_shell_host_utils.cpp b/libraries/libstratosphere/source/pgl/srv/pgl_srv_shell_host_utils.cpp index aed264b33..d2d88e89f 100644 --- a/libraries/libstratosphere/source/pgl/srv/pgl_srv_shell_host_utils.cpp +++ b/libraries/libstratosphere/source/pgl/srv/pgl_srv_shell_host_utils.cpp @@ -77,7 +77,7 @@ namespace ams::pgl::srv { private: char m_content_path[fs::EntryNameLengthMax] = {}; 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; ncm::AutoBuffer m_content_meta_buffer; ncm::ProgramId m_program_id = ncm::InvalidProgramId;