| author | |
| committer | |
| log | dd4994a4e4379454f6b58779276f1b6aa9ed6e1b |
| tree | 5e3c2380c059b629f2ad22ea1e38c85ec612d5c2 |
| parent | c51b871c4516003e8d2c84e7e1c36124c3797f5c |
Spotted thanks to the stricter conversion rules.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/net.zig+1-1| ... | ... | @@ -1164,7 +1164,7 @@ fn linuxLookupNameFromDnsSearch( |
| 1164 | 1164 | } |
| 1165 | 1165 | |
| 1166 | 1166 | const search = if (rc.search.isNull() or dots >= rc.ndots or mem.endsWith(u8, name, ".")) |
| 1167 | &[_]u8{} | |
| 1167 | "" | |
| 1168 | 1168 | else |
| 1169 | 1169 | rc.search.span(); |
| 1170 | 1170 |