X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=projects%2Factivex%2Fvlccontrol2.cpp;h=2acec96e03ae5590085504745145ce7f3e296d7d;hb=83b4e8360bcb89dfbd1f773a92fcde9e024a98ac;hp=7e90e2af37a77b8ae360921763680e6b8bdb5a58;hpb=e996cbefaf0f8db55513071b9678242e0a7733da;p=vlc diff --git a/projects/activex/vlccontrol2.cpp b/projects/activex/vlccontrol2.cpp index 7e90e2af37..2acec96e03 100644 --- a/projects/activex/vlccontrol2.cpp +++ b/projects/activex/vlccontrol2.cpp @@ -38,7 +38,7 @@ HRESULT _exception_bridge(VLCPlugin *p,REFIID riid, libvlc_exception_t *ex) { if( libvlc_exception_raised(ex) ) { - p->setErrorInfo(riid,libvlc_exception_get_message(ex)); + p->setErrorInfo(riid,libvlc_errmsg()); libvlc_exception_clear(ex); return E_FAIL; }