[vlc-commits] update: syntax error
Rémi Denis-Courmont
git at videolan.org
Wed May 9 19:12:15 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May 9 20:09:51 2012 +0300| [602a70a08ccd295a305c42b72bbe9c8f700e6114] | committer: Rémi Denis-Courmont
update: syntax error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=602a70a08ccd295a305c42b72bbe9c8f700e6114
---
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 d6a25f4..6afea64 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -494,7 +494,7 @@ void update_Download( update_t *p_update, const char *psz_destdir )
// If the object already exist, destroy it
if( p_update->p_download )
{
- vlc_atomic_set( &p_udt->p_download->aborted, 1 );
+ vlc_atomic_set( &p_update->p_download->aborted, 1 );
vlc_join( p_update->p_download->thread, NULL );
vlc_object_release( p_update->p_download );
}
More information about the vlc-commits
mailing list