mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-10-30 21:20:10 +00:00
Fix crash.
This commit is contained in:
parent
7163daa6c1
commit
c22b3cd3d3
@ -173,6 +173,8 @@ void Steam_Apps::RequestAppProofOfPurchaseKey( AppId_t nAppID )
|
||||
bool Steam_Apps::GetCurrentBetaName( char *pchName, int cchNameBufferSize )
|
||||
{
|
||||
PRINT_DEBUG("GetCurrentBetaName %i\n", cchNameBufferSize);
|
||||
if (!pchName) return false;
|
||||
|
||||
if (sizeof("public") > cchNameBufferSize) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user