[Git][wine/wine][master] vbscript: Handle Null operands in Left().
Alexandre Julliard pushed to branch master at wine / wine Commits: ecd1e546 by Francis De Brabandere at 2026-05-05T11:02:43-04:00 vbscript: Handle Null operands in Left(). Native VBScript propagates Null through the string operand of Left() and raises error 94 (illegal Null use) when the length operand is Null. Wine's Right() already does this; bring Left() in line. - - - - - 2 changed files: - dlls/vbscript/global.c - dlls/vbscript/tests/api.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ecd1e5461d994f634ad4996c4398355... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ecd1e5461d994f634ad4996c4398355... 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)