directio
directio copied to clipboard
Fix alignment check when there is no alignment
In Darwin AlignSize = 0
, which results in IsAligned()
to always return false. When no alignment is necessary, data is always aligned.