go-disk-usage icon indicating copy to clipboard operation
go-disk-usage copied to clipboard

fix: compatibility with FreeBSD

Open pavelbazika opened this issue 3 years ago • 0 comments

Hi,

I try to build a project using du library on FreeBSD, but because of mess in stat structure across platforms, there is a problem with int64 vs uint64. Thus I added a typecast into Available function, the same as already is in Size.

Regards

pavelbazika avatar Jun 09 '22 09:06 pavelbazika