[Git][wine/wine][master] vbscript: Convert string to number for comparison operators.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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 - - - - - 4 changed files: - dlls/vbscript/global.c - dlls/vbscript/interp.c - dlls/vbscript/tests/lang.vbs - dlls/vbscript/vbscript.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0df8488bb368b5649f85503785498a7... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0df8488bb368b5649f85503785498a7... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)