https://bugs.winehq.org/show_bug.cgi?id=55026
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #16 from Artem S. Tashkinov aros@gmx.com --- (In reply to Fabian Maurer from comment #15)
I don't follow, sorry. My manual method resulted in an overflow due to multiplication in 32bit mode, now you say it's a 64bit variable. I'm confused.
I rewrote the code to use 64bit integers, so no more overflows during multiplication.
All good then, thanks a ton!