vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Jun 18 19:20:16 2016 +0200| [b746482d4c59ce3c65cb08ecdc174213d6f69520] | committer: Jean-Baptiste Kempf
Update: fix compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b746482d4c59ce3c65cb08ecdc174213d6f69520 --- src/misc/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/update.c b/src/misc/update.c index cc32d39..6fc0bbe 100644 --- a/src/misc/update.c +++ b/src/misc/update.c @@ -733,7 +733,7 @@ static void* update_DownloadReal( void *obj ) MultiByteToWideChar( CP_UTF8, 0, psz_destfile, -1, psz_wdestfile, MAX_PATH ); answer = (int)ShellExecuteW( NULL, L"open", psz_wdestfile, NULL, NULL, SW_SHOW); if(answer > 32) - libvlc_Quit(p_udt->p_libvlc); + libvlc_Quit(p_udt->obj.libvlc); } #endif end: _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
