mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 06:38:46 +00:00
format
This commit is contained in:
parent
b5437974f2
commit
44e310e27e
1 changed files with 40 additions and 42 deletions
|
@ -372,8 +372,6 @@ int PS4_SYSV_ABI sceRtcFormatRFC3339Precise(char* pszDateTime, const OrbisRtcTic
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
for (int i = 0; i < formattedString.size() + 1; ++i) {
|
||||
pszDateTime[i] = formattedString.c_str()[i];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue