Skip to content

Commit 0f52b35

Browse files
committed
fix caml_unix_stat_64 too
1 parent ed467e9 commit 0f52b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/unix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ function caml_unix_stat(name) {
135135
function caml_unix_stat_64(name) {
136136
var r = caml_unix_stat(name);
137137
r[9] = caml_int64_of_int32(r[9]);
138+
return r;
138139
}
139140

140141
//Provides: caml_unix_lstat

0 commit comments

Comments
 (0)