srctree
repos
owner
network
issues
0
diffs
0
Public
Igor Anić
parent
f086ea85
65e5c46d
std.tar fix refactored function
It was not returning error in all cases. Bug in refactoring.
inline
split
lib/std/tar.zig
added: 2, removed: 1, total 1
@@ -598,6 +598,7 @@ fn createDirAndSymlink(dir: std.fs.Dir, link_name: []const u8, file_name: []cons
try dir.symLink(link_name, file_name, .{});
}
}
return err;
};
}