[vlc-commits] Update: fix compilation
Jean-Baptiste Kempf
git at videolan.org
Sat Jun 18 19:28:31 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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:
More information about the vlc-commits
mailing list