0df8488b
by Francis De Brabandere at 2026-04-27T22:06:40+02:00
vbscript: Convert string to number for comparison operators.
When one operand was a string and the other numeric, VBScript
should have converted the string to a double before comparing.
VarCmp did not do this automatically, resulting in incorrect
string comparison.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56281