adamyg / mcwin32

Midnight Commander for Windows
https://sourceforge.net/projects/mcwin32/
210 stars 14 forks source link

Incorrect file size shown #35

Open rabauke opened 1 year ago

rabauke commented 1 year ago

The displayed file size is incorrect for files of size 2^31 bytes or larger. The screenshot includes a file having exactly 2^31 bytes. The indicated file size is approximately 2^64 bytes. This has been observed in mc version 4.8.27.

MC

adamyg commented 1 year ago

using stat32 equiv, would need to rework all stat operations to explicit stat64; considering

adamyg commented 5 months ago

reference: #83