This commit is contained in:
Pere Pujal i Carabantes 2023-06-29 23:49:41 +02:00
parent d4f91e8728
commit 580572892f

View file

@ -27728,7 +27728,7 @@ static void parse_file_options(struct cfginfo *restrict tmpcfg, const char *file
}
#ifdef __linux__
#ifndef __ANDROID__l
#ifndef __ANDROID__
wordexp_t result;
wordexp(arg, &result, 0);