mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
Convert ReadSafe(W)String* to the plString variants, and remove the now
unneeded _TEMP variants. All safe strings read from hsStreams are now plStringified :)
This commit is contained in:
@ -891,7 +891,7 @@ static void LoadUserPass (LoginDialogParam *pLoginParam)
|
||||
|
||||
if (memcmp(cryptKey, savedKey, sizeof(savedKey)) == 0)
|
||||
{
|
||||
temp = stream->ReadSafeString_TEMP();
|
||||
temp = stream->ReadSafeString();
|
||||
|
||||
if (!temp.IsEmpty())
|
||||
{
|
||||
|
Reference in New Issue
Block a user