This commit is contained in:
GabsPuNs
2026-04-15 16:59:59 -04:00
parent 6baa0cb537
commit bd811a02fd
35 changed files with 194 additions and 189 deletions

View File

@@ -2658,7 +2658,7 @@ int UIScene_LoadCreateJoinMenu::MustSignInReturnedTexturePack(void *pParam,bool
strncpy(chKeyName, pSONYDLCInfo->chDLCKeyname, 16);
#ifdef __ORBIS__
strcpy(chName, chKeyName);
strcpy_s(chName, chKeyName);
#else
sprintf_s(chName,"%s-%s",app.GetCommerceCategory(),chKeyName);
#endif
@@ -2721,7 +2721,7 @@ int UIScene_LoadCreateJoinMenu::TexturePackDialogReturned(void *pParam,int iPad,
strncpy(chKeyName, pSONYDLCInfo->chDLCKeyname, 16);
#ifdef __ORBIS__
strcpy(chName, chKeyName);
strcpy_s(chName, chKeyName);
#else
sprintf_s(chName,"%s-%s",app.GetCommerceCategory(),chKeyName);
#endif