mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
Merge PR #756: src/Cedar/Logging.c: clean compiler warning
This commit is contained in:
commit
a3b5484587
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user