19 Sep
2025
19 Sep
'25
12:02 p.m.
Jacek Caban (@jacek) commented about dlls/vbscript/interp.c:
return hres; }
- if(ref.type != REF_VAR) { + if(ref.type == REF_NONE) { + add_dynamic_var(ctx, identifier, FALSE, &ref.u.v);
Looks mostly good, but please handle an error return. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8998#note_116388