Skip to content

Commit 9ff5f89

Browse files
thouravizpostfacto
authored andcommitted
Update csteamnetworkingsockets.cpp
1 parent e7b9ee1 commit 9ff5f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steamnetworkingsockets/clientlib/csteamnetworkingsockets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ static bool AssignConfigValueTyped( int32 *pVal, ESteamNetworkingConfigDataType
19221922
int64 arg = *(int64*)pArg;
19231923
if ( (int32)arg != arg )
19241924
return false; // Cannot truncate!
1925-
*pVal = *(int32*)arg;
1925+
*pVal = (int32)arg;
19261926
break;
19271927
}
19281928

0 commit comments

Comments
 (0)