mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-21 23:31:47 +00:00
supermon: return Type in Catalog results
This commit is contained in:
parent
9991af82bc
commit
d738d0a2b2
@ -294,6 +294,7 @@ func (o operator) Catalog(subdir string) ([]disk.Descriptor, error) {
|
||||
Sectors: l,
|
||||
Length: l * 256,
|
||||
Locked: false,
|
||||
Type: disk.FiletypeBinary,
|
||||
})
|
||||
}
|
||||
return descs, nil
|
||||
|
Loading…
Reference in New Issue
Block a user