You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snprintf was added to the C standard a while ago, but after the game's release, and MSVC didn't support it for some time. Update all code to use it instead of workarounds. Same for vsnprintf.
The text was updated successfully, but these errors were encountered:
SamVanheer
changed the title
Use snprintf everywhere instead of _snprintf
Use snprintf and vsnprintf everywhere instead of _snprintf and _vsnprintf
Nov 18, 2021
snprintf
was added to the C standard a while ago, but after the game's release, and MSVC didn't support it for some time. Update all code to use it instead of workarounds. Same forvsnprintf
.The text was updated successfully, but these errors were encountered: