Commit 602a70a0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

update: syntax error

parent 59b95519
......@@ -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 );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment