Some more impicit memset removed

This commit is contained in:
twinaphex 2016-01-19 00:50:15 +01:00
parent c50e303116
commit a79a2d6e1c

View File

@ -608,7 +608,7 @@ static bool init_content_file_extract(
if (!strcasecmp(ext, "zip"))
{
char temp_content[PATH_MAX_LENGTH] = {0};
char temp_content[PATH_MAX_LENGTH];
strlcpy(temp_content, content->elems[i].data,
sizeof(temp_content));