File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/Plasma/PubUtilLib/plNetClientComm Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1003,8 +1003,8 @@ void NetCommSetAccountUsernamePassword (
10031003
10041004// ============================================================================
10051005void NetCommSetAuthTokenAndOS (
1006- char16_t authToken[] ,
1007- char16_t os[]
1006+ const char16_t * authToken,
1007+ const char16_t * os
10081008) {
10091009 if (authToken)
10101010 StrCopy (s_iniAuthToken, authToken, std::size (s_iniAuthToken));
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ bool NetCommIsLoginComplete ();
117117void NetCommSetIniPlayerId (unsigned playerId);
118118void NetCommSetIniStartUpAge (const ST::string& ageName);
119119void NetCommSetAccountUsernamePassword (const ST::string& username, const ShaDigest & namePassHash);
120- void NetCommSetAuthTokenAndOS (char16_t authToken[], char16_t os[] );
120+ void NetCommSetAuthTokenAndOS (const char16_t * authToken, const char16_t * os);
121121ENetError NetCommGetAuthResult ();
122122
123123bool NetCommNeedToLoadAvatar ();
You can’t perform that action at this time.
0 commit comments