Fixing issues

This commit is contained in:
Caleb Gardner
2022-06-18 06:30:04 -05:00
parent cde6a265a1
commit 9ac8fef3b2
13 changed files with 189 additions and 425 deletions
+2 -1
View File
@@ -181,9 +181,10 @@ func NewReader(r io.ReaderAt) (*Reader, error) {
rdr: &squash,
i: root,
e: directory.Entry{
Name: "root",
Name: "",
Type: enType,
},
r: &squash,
},
}
return &squash, nil