http://bugs.winehq.org/show_bug.cgi?id=15387
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |damjan.jov@gmail.com Status|NEW |ASSIGNED
--- Comment #3 from Damjan Jovanovic damjan.jov@gmail.com 2008-09-24 11:53:32 --- Created an attachment (id=16252) --> (http://bugs.winehq.org/attachment.cgi?id=16252) do not print a negative sign when using a negative format
Here's a patch, I've already mailed it to wine-patches.
Sorry about the regression. I realize Format() is important in VB, that's why I was trying to fix it.
If you were using a "0.0;-0.0" style format to work around the fact that a "0.0" format didn't print a - for negative numbers in Wine, you'll be happy to know it now does.