Files
Odin/core
Laytan Laats f7d7d65bc0 fix open bindings
`open` specifies the `mode` argument as vararg (presumably to make it
optional). varargs actually have rules about casting, in this case the
rule that any integer arg of size <= 4 has to be casted to `i32` before
passing it.

Not doing that implicit cast makes the permissions wrong or not apply at
all.
2024-08-16 22:54:53 +02:00
..
2024-08-13 14:27:25 +01:00
2024-08-14 01:44:35 +02:00
2024-08-10 18:32:37 +09:00
2024-06-29 19:23:58 +01:00
2024-08-09 21:56:54 +02:00
2024-07-31 20:00:55 +02:00
2024-08-16 22:54:53 +02:00
2024-08-14 01:44:35 +02:00
2024-02-08 15:15:16 +00:00
2024-08-10 07:17:03 -04:00
2024-08-10 18:26:59 +02:00
2024-08-16 22:54:53 +02:00