mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Another typo.
This commit is contained in:
parent
1c698e8991
commit
24ce3d11ed
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ std::string SavedataParam::GetSpaceText(u64 size)
|
|||
{
|
||||
if (size < 1024)
|
||||
{
|
||||
snprintf(text, sizeof(text), "ll%d %s", size, suffixes[i]);
|
||||
snprintf(text, sizeof(text), "%lld %s", size, suffixes[i]);
|
||||
return std::string(text);
|
||||
}
|
||||
size /= 1024;
|
||||
|
|
Loading…
Add table
Reference in a new issue