mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Uninitialized variables taste bad.
This commit is contained in:
parent
0e774f28d8
commit
22f69da0e3
@ -58,7 +58,7 @@ struct string_list *dir_list_new_special(const char *input_dir,
|
||||
|
||||
(void)input_dir;
|
||||
(void)settings;
|
||||
(void)ext_shaders;
|
||||
ext_shaders[0] = '\0';
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user