Re: [hatari-devel] Re: GemDOS_DFree

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Eero Tamminen schrieb:

Anyway, commited change using f_frsize when it's non-zero and f_bsize
otherwise, both for total & free.

Thank you, that looks good! Aside from one presumable typo:
bsize = buf.f_frsize > 0 ? buf.f_frsize : buf.f_blocks;
.... where I guess it should read f_bsize instead of f_blocks as fall-back.

Regards
Christian
--
Christian Zietz  -  CHZ-Soft  -  czietz@xxxxxxx
WWW: https://www.chzsoft.de/
New GnuPG-Key-ID: 0x8708B34C827B159E



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/