| author | |
| committer | |
| log | 8be606ec80b347e2c7af157854cd6fcd5d512026 |
| tree | 49ad803a6cf62ab025425ee585c5e4e09968f66c |
| parent | a76023bcd860ac1b11a8dc87b3771365851584b2 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/io.zig+1-1| ... | @@ -209,7 +209,7 @@ pub const File = struct { | ... | @@ -209,7 +209,7 @@ pub const File = struct { |
| 209 | const err = system.GetLastError(); | 209 | const err = system.GetLastError(); |
| 210 | return switch (err) { | 210 | return switch (err) { |
| 211 | system.ERROR.INVALID_PARAMETER => error.BadFd, | 211 | system.ERROR.INVALID_PARAMETER => error.BadFd, |
| 212 | else => os.unexpectedErrorPosix(err), | 212 | else => os.unexpectedErrorWindows(err), |
| 213 | }; | 213 | }; |
| 214 | } | 214 | } |
| 215 | }, | 215 | }, |