Further work on directory table reading

This commit is contained in:
Caleb Gardner
2020-11-18 22:24:26 -06:00
parent 774366004c
commit be1be40a17
5 changed files with 58 additions and 30 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func TestMain(t *testing.T) {
if err != nil {
t.Fatal(err)
}
err = rdr.readRootDirTable()
err = rdr.readDirTable()
if err != nil {
t.Fatal(err)
}