fix: projects now build for both vs 2022 and vs 2012

This commit is contained in:
Patoke
2026-03-01 05:50:14 -03:00
parent 4b7769987d
commit ac4fcfb546
5 changed files with 15 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ unsigned int CStorage::UpdateCRC(unsigned int crc, unsigned __int8* buf, int len
void CStorage::DebugPrintf(const char* szFormat, ...)
{
char buf[1024]{};
char buf[1024];
va_list va;
va_start(va, szFormat);