mirror of https://github.com/adamdruppe/arsd.git
com.d: Fix EXCEPINFO.scode capitalization
This commit is contained in:
parent
66b0160cd2
commit
5ca6c6b105
2
com.d
2
com.d
|
@ -971,7 +971,7 @@ mixin template IDispatchImpl() {
|
|||
} catch(Throwable e) {
|
||||
// FIXME: fill in the exception info
|
||||
if(except !is null) {
|
||||
except.sCode = 1;
|
||||
except.scode = 1;
|
||||
import std.utf;
|
||||
except.bstrDescription = SysAllocString(toUTFz!(wchar*)(e.toString()));
|
||||
except.bstrSource = SysAllocString("amazing"w.ptr);
|
||||
|
|
Loading…
Reference in New Issue