Commit d5044813 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

update: vlc_savecancel now returns the cancel handle.

parent 443a59d6
...@@ -1387,7 +1387,7 @@ void* update_CheckReal( vlc_object_t* p_this ) ...@@ -1387,7 +1387,7 @@ void* update_CheckReal( vlc_object_t* p_this )
bool b_ret; bool b_ret;
int canc; int canc;
vlc_savecancel (&canc); canc = vlc_savecancel ();
vlc_mutex_lock( &p_uct->p_update->lock ); vlc_mutex_lock( &p_uct->p_update->lock );
EmptyRelease( p_uct->p_update ); EmptyRelease( p_uct->p_update );
......
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