Ignore hidden files when using wildcards.
This commit is contained in:
@@ -1985,7 +1985,7 @@ void launch_tools(u8 type)
|
||||
else
|
||||
memcpy(dir, "bootloader/libtools", 20);
|
||||
|
||||
filelist = dirlist(dir, NULL);
|
||||
filelist = dirlist(dir, NULL, false);
|
||||
|
||||
u32 i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user