flush
[m6w6/ext-psi] / psi.d / stdio.psi
index 43987de326a91021f0005d9a1ceeff2ff924293c..6909354f4be5f2e4dcead79393b704c58937f32f 100644 (file)
@@ -2,7 +2,7 @@
 function psi\fopen(string $path, string $mode) : object {
        let path = pathval($path);
        let mode = strval($mode);
-       return to_object(*fopen);
+       return to_object(fopen);
 }
 
 // extern int fclose(FILE *stream);