We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c62089 commit e8ba679Copy full SHA for e8ba679
utils/shadercompile/shadercompile.cpp
@@ -1088,7 +1088,7 @@ void CWorkerAccumState<TMutexType>::HandleCommandResponse(
1088
char const *szListing = pResponse->GetListing();
1089
if (szListing || !pResponse->Succeeded()) {
1090
char chCommandNumber[32];
1091
- V_sprintf_safe(chCommandNumber, "%I64u", iCommandNumber);
+ V_to_chars(chCommandNumber, iCommandNumber);
1092
1093
char chUnreportedListing[0xFF];
1094
if (!szListing) {
0 commit comments