Fixed warnings introduced by the UTF-8 conversion.

This commit is contained in:
OBattler
2021-04-01 00:04:59 +02:00
parent 672192fece
commit 5dace5e657
6 changed files with 2 additions and 8 deletions

View File

@@ -568,7 +568,6 @@ void
plat_tempfile(char *bufp, char *prefix, char *suffix)
{
SYSTEMTIME SystemTime;
char temp[1024];
if (prefix != NULL)
sprintf(bufp, "%s-", prefix);