http://bugs.winehq.org/show_bug.cgi?id=6413
Summary: Floating point bug exposed in Director MX Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: tmb.steve@gmail.com
In Director MX floats are improperly converted into strings.
To reproduce: 1) Open Director MX under WINE 2) In the message window type "put string(0.1)" 3) In the output window the output will be '-- "1..0000e-01"'
The output should be '-- "0.1"'
Just wanted to say thanks for making a great piece of software! WINE is great and getting better all the time!