OSD: Volume control option.

This commit is contained in:
sorgelig
2019-01-26 17:10:23 +08:00
parent 07f4d0c5b3
commit dade2f6dbe
4 changed files with 40 additions and 10 deletions

View File

@@ -1170,7 +1170,6 @@ int ScanDirectory(char* path, int mode, const char *extension, int options, cons
if (extlen > 0)
{
int len = strlen(de->d_name);
const char *ext = extension;
int found = (has_trd && x2trd_ext_supp(de->d_name));
if (!found && !strcasecmp(de->d_name + strlen(de->d_name) - 4, ".zip"))