mirror of
https://github.com/Patoke/4JLibs.git
synced 2026-07-15 21:10:45 +00:00
fix: projects now build for both vs 2022 and vs 2012
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user