[vlc-commits] Win32: fix compilation for update

Jean-Baptiste Kempf git at videolan.org
Tue May 24 13:06:13 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 24 13:04:54 2011 +0200| [dce1d72bb05d1126c6c808b77b5444190fd264a6] | committer: Jean-Baptiste Kempf

Win32: fix compilation for update

Broken in 9b34074c6e2fcb9baea5a3057da9b94a361607d4

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dce1d72bb05d1126c6c808b77b5444190fd264a6
---

 src/misc/update.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/update.c b/src/misc/update.c
index 06a4f42..3b699be 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -722,7 +722,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_this->p_libvlc);
+            libvlc_Quit(p_udt->p_libvlc);
     }
 #endif
 end:



More information about the vlc-commits mailing list