[vlc-devel] commit: update: vlc_savecancel now returns the cancel handle. (Pierre d' Herbemont )

git version control git at videolan.org
Wed Aug 27 23:15:06 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Aug 27 23:18:11 2008 +0200| [d50448132326000afa4e84b58823b04bb5f0cc12] | committer: Pierre d'Herbemont 

update: vlc_savecancel now returns the cancel handle.

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

 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 b05e4b2..31e2117 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -1387,7 +1387,7 @@ void* update_CheckReal( vlc_object_t* p_this )
     bool b_ret;
     int canc;
 
-    vlc_savecancel (&canc);
+    canc = vlc_savecancel ();
     vlc_mutex_lock( &p_uct->p_update->lock );
 
     EmptyRelease( p_uct->p_update );




More information about the vlc-devel mailing list