1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #756: src/Cedar/Logging.c: clean compiler warning

This commit is contained in:
Davide Beatrici
2018-10-17 13:15:27 +02:00
committed by GitHub

View File

@ -2287,7 +2287,7 @@ void MakeLogFileNameStringFromTick(LOG *g, char *str, UINT size, UINT64 tick, UI
break; break;
default: // Without switching default: // Without switching
snprintf(str, size, ""); snprintf(str, size, "%s");
break; break;
} }