mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 12:47:37 +00:00
(archive_file.c) Get rid of memsets
This commit is contained in:
parent
af8f0eb9b2
commit
712724e0ff
@ -188,7 +188,7 @@ static int file_archive_get_file_list_cb(
|
||||
(void)size;
|
||||
(void)checksum;
|
||||
|
||||
memset(&attr, 0, sizeof(attr));
|
||||
attr.i = 0;
|
||||
|
||||
if (!path_len)
|
||||
return 0;
|
||||
@ -703,7 +703,7 @@ static struct string_list *file_archive_filename_split(const char *path)
|
||||
struct string_list *list = string_list_new();
|
||||
const char *delim = path_get_archive_delim(path);
|
||||
|
||||
memset(&attr, 0, sizeof(attr));
|
||||
attr.i = 0;
|
||||
|
||||
if (delim)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user