mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-02 16:14:38 +00:00
TU24
This commit is contained in:
@@ -816,7 +816,7 @@ int UIScene_JoinMenu::EditServerKeyboardCallback(LPVOID lpParam, bool bRes)
|
||||
|
||||
wchar_t wDefaultName[64] = {};
|
||||
if (pClass->m_selectedSession->displayLabel)
|
||||
wcsncpy_s(wDefaultName, pClass->m_selectedSession->displayLabel, 63);
|
||||
wcsncpy(wDefaultName, pClass->m_selectedSession->displayLabel, 63);
|
||||
|
||||
UIKeyboardInitData kbData;
|
||||
kbData.title = L"Server Name";
|
||||
|
||||
Reference in New Issue
Block a user