http://bugs.winehq.org/show_bug.cgi?id=15387
Summary: VB6 Format error in wine 1.1.4 Product: Wine Version: 1.1.4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: gabmoa@yahoo.it
Created an attachment (id=16235) --> (http://bugs.winehq.org/attachment.cgi?id=16235) two minus is not better than one
Format is a very used function in VB6 programs. In the wine 1.1.4 I think the following fix had changed the right behaviour of VB6 format function: in the example the negative values have 2 minus instead of 1 (ex. --0.001 instead of -0.001!).
wine git: 2008-08-25 Damjan Jovanovic oleaut32: Fix negative number handling in VarFormat.
Wine 1.1.2 doesn't have such problem.