Crashfix with asan, minor

This commit is contained in:
Henrik Rydgård
2025-01-08 18:03:45 +01:00
parent f84ec05140
commit cddd3d439d
2 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -489,7 +489,7 @@ static void DrawNp(ImConfig &cfg) {
SceNpId id{};
NpGetNpId(&id);
ImGui::Text("User Handle: %s", id.handle);
ImGui::Text("User Handle: %s", id.handle.data);
ImGui::End();
}