Fixed warnings introduced by the UTF-8 conversion.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user