1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +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
commit a3b5484587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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