This commit is contained in:
gingerBill
2022-07-25 12:12:32 +01:00
+1 -1
View File
@@ -271,7 +271,7 @@ _glob :: proc(dir, pattern: string, matches: ^[dynamic]string, allocator := cont
}
d, derr := os.open(dir)
d, derr := os.open(dir, os.O_RDONLY)
if derr != 0 {
return
}