mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-22 15:30:48 +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,
|
Sectors: l,
|
||||||
Length: l * 256,
|
Length: l * 256,
|
||||||
Locked: false,
|
Locked: false,
|
||||||
|
Type: disk.FiletypeBinary,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return descs, nil
|
return descs, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user