j
k
j a
j l
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);
return hres; }
add_dynamic_var(ctx, identifier, FALSE, &ref.u.v);
Looks mostly good, but please handle an error return.
Back to the thread
Back to the list