zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 005e869abdd5a487531c47abfc82436b870ff0d8 (tree)
parent c98b020ce29467e80217718e0a1856b7fccd6b53
Author: Ali Chraghi <63465728+AliChraghi@users.noreply.github.com>
Date:   Thu,  2 Dec 2021 20:35:20 +0330

update function name in error
Diffstat:
Mlib/std/net.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/std/net.zig b/lib/std/net.zig @@ -816,7 +816,7 @@ pub fn getAddressList(allocator: mem.Allocator, name: []const u8, port: u16) !*A return result; } - @compileError("std.net.getAddresses unimplemented for this OS"); + @compileError("std.net.getAddressList unimplemented for this OS"); } const LookupAddr = struct {