authorgravatar for igor.anic@gmail.comIgor Anić <igor.anic@gmail.com> 2023-11-29 15:31:22+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-13 19:37:33-07:00
log169f28d3e6a908717a0e42323ba1a0ee765976da
treee842bd3eadbd0fe69bc9b742b42553e7361fff42
parente1424b84b87903df265cc052f3dac17d1ec1c3be

tar: fix import path


1 files changed, 3 insertions(+), 0 deletions(-)

lib/std/tar.zig+3
...@@ -1,3 +1,6 @@...@@ -1,3 +1,6 @@
1const std = @import("std.zig");
2const assert = std.debug.assert;
3
1pub const Options = struct {4pub const Options = struct {
2 /// Number of directory levels to skip when extracting files.5 /// Number of directory levels to skip when extracting files.
3 strip_components: u32 = 0,6 strip_components: u32 = 0,