20 Apr
2001
20 Apr
'01
8:45 a.m.
"eric pouech" <eric.pouech(a)wanadoo.fr> wrote:
well, that's a bug in the debugger... in fact, the debugger passes a float (strictly as a float) to a printf function, which expects a double argument, hence the error this should be a simple fix... let me know if this works better [patch skipped]
Yes, now wine debugger prints eM11=1.000000 as expected. Thank you.