mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-14 05:52:04 +00:00
TU24
This commit is contained in:
@@ -1221,7 +1221,7 @@ int UIScene_PauseMenu::WarningTrialTexturePackReturned(void *pParam,int iPad,C4J
|
||||
strncpy(chKeyName, pSONYDLCInfo->chDLCKeyname, 16);
|
||||
|
||||
#ifdef __ORBIS__
|
||||
strcpy_s(chName, chKeyName);
|
||||
strcpy(chName, chKeyName);
|
||||
#else
|
||||
sprintf(chName,"%s-%s",app.GetCommerceCategory(),chKeyName);
|
||||
#endif
|
||||
@@ -1298,7 +1298,7 @@ int UIScene_PauseMenu::BuyTexturePack_SignInReturned(void *pParam,bool bContinue
|
||||
strncpy(chKeyName, pSONYDLCInfo->chDLCKeyname, 16);
|
||||
|
||||
#ifdef __ORBIS__
|
||||
strcpy_s(chName, chKeyName);
|
||||
strcpy(chName, chKeyName);
|
||||
#else
|
||||
sprintf(chName,"%s-%s",app.GetCommerceCategory(),chKeyName);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user