https://bugs.winehq.org/show_bug.cgi?id=52441
--- Comment #10 from sizuku2718@gmail.com --- (In reply to sizuku2718 from comment #9)
in the subsection `needed`, here is a correction to be made. The initial statement:
- else, `needed` = 1 + 1 + ((3 * nbin - 1) + (nbin - 1) / 8 + (nbin - 1) / 16).
Needs to be revised as follows:
- else, `needed` = 1 + 2 + ((3 * nbin - 1) + (nbin - 1) / 8 + (nbin - 1) / 16).
That's just my mistake, and I'm sorry. If you found other mistakes, let me know.
Thank you.
sizuku2718