Glob fix.

This commit is contained in:
retoor 2025-04-07 10:24:38 +02:00
parent 0eb1d93d73
commit d2f57931a1

View File

@ -845,8 +845,8 @@ char *tool_function_directory_rglob(char *target_dir) {
results.gl_pathc = 0;
struct stat file_stat;
char mod_time[20], create_time[20];
` if(!strcmp(target_dir, ".")) {
if(!strcmp(target_dir, ".")) {
target_dir[0] = '*';
}