Merge branch 'master' into new-io

This commit is contained in:
gingerBill
2023-06-14 12:07:04 +01:00
25 changed files with 207 additions and 130 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ _read :: proc(f: ^File, p: []byte) -> (n: int, err: Error) {
}
}
return int(total_read), nil
return int(total_read), err
}
_read_at :: proc(f: ^File, p: []byte, offset: i64) -> (n: int, err: Error) {