vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Jun 18 22:29:42 2016 +0200| [0a293c6cdcd7ec9dd0edc8feb8754a386284f8f5] | committer: Jean-Baptiste Kempf
Kwallet: fix compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a293c6cdcd7ec9dd0edc8feb8754a386284f8f5 --- modules/keystore/kwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/keystore/kwallet.cpp b/modules/keystore/kwallet.cpp index 902fb09..1206920 100644 --- a/modules/keystore/kwallet.cpp +++ b/modules/keystore/kwallet.cpp @@ -682,7 +682,7 @@ Open(vlc_object_t *p_this) if (!p_wallet) return VLC_EGENERIC; - if (!p_wallet->open(p_this->b_force)) + if (!p_wallet->open(p_this->obj.force)) { p_wallet->close(); return VLC_EGENERIC; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
