matil019 / haskell-libfuse3

A Haskell binding for libfuse-3.x
https://hackage.haskell.org/package/libfuse3
MIT License
5 stars 1 forks source link

Fix the type of FileStat.blockCount #19

Closed matil019 closed 2 years ago

matil019 commented 2 years ago

It was defined as CBlkSize but it should be CBlkCnt, which represents blkcnt_t.