| Index: src/plugin/PluginUserSettings.cpp |
| =================================================================== |
| --- a/src/plugin/PluginUserSettings.cpp |
| +++ b/src/plugin/PluginUserSettings.cpp |
| @@ -139,6 +139,8 @@ |
| if (VT_BSTR != pDispparams->rgvarg[0].vt) |
| return DISP_E_TYPEMISMATCH; |
|
Eric
2014/07/29 14:49:40
This is a fix for an unrelated defect that slipped
|
| + if (VT_BSTR != pDispparams->rgvarg[1].vt) |
| + return DISP_E_TYPEMISMATCH; |
| if (pVarResult) |
| { |