[Git][wine/wine][master] vbscript: Keep the offending identifier out of Err.Description.
Alexandre Julliard pushed to branch master at wine / wine Commits: 2a1863fc by Francis De Brabandere at 2026-06-12T20:50:18+02:00 vbscript: Keep the offending identifier out of Err.Description. Native VBScript appends the identifier name only to the error description passed to the host through IActiveScriptError, while the Err object exposes the bare error text. Store the identifier separately from the recorded error and append it when reporting to the host. - - - - - 6 changed files: - dlls/vbscript/global.c - dlls/vbscript/interp.c - dlls/vbscript/tests/error.vbs - dlls/vbscript/vbdisp.c - dlls/vbscript/vbscript.c - dlls/vbscript/vbscript.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2a1863fcd84327f2667b48e09733a33... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2a1863fcd84327f2667b48e09733a33... 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)