ceshihao / windowsupdate

A Golang binding for Windows Update Agent API
https://pkg.go.dev/github.com/ceshihao/windowsupdate
Apache License 2.0
9 stars 7 forks source link

fix VARIANT is nil in toIDispatchErr #4

Closed ceshihao closed 1 year ago

ceshihao commented 2 years ago

Fix a bug on function toIDispatchErr() which does not handle nil correctly.

fix #3