diff --git a/src/bin_export.zig b/src/bin_export.zig index 2e0223b..b19628a 100644 --- a/src/bin_export.zig +++ b/src/bin_export.zig @@ -390,7 +390,7 @@ pub const Dir = struct { p.last_sub = t.itemStart(.dir, p.last_sub, name); } else { d.countLinks(null); - global.root_itemref = t.itemStart(.dir, 0, name); + global.root_itemref = t.itemStart(.dir, null, name); } d.inodes.deinit();