flush
[m6w6/ext-psi] / psi.d / glob.psi
index 02d1c3d68811b4eb767239666d87f2fbded07ea4..ce6f5a72c3510a2758c63e5533e3203b545952d3 100644 (file)
@@ -9,7 +9,7 @@ function psi\glob(string $pattern, int $flags, array &$glob = NULL) : int {
                to_int(gl_pathc),
                to_int(gl_offs),
                to_int(gl_flags),
-               to_array(**gl_pathv, gl_pathc + gl_offs, to_string(*gl_pathv))
+               to_array(gl_pathv, gl_pathc + gl_offs, to_string(gl_pathv))
        );
        free globfree(buf);
 }