[vlc-devel] commit: Fixed double vlc_restorecancle call. (Laurent Aimar )
git version control
git at videolan.org
Sun Jan 25 19:04:39 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jan 25 19:03:49 2009 +0100| [bb28997069438d73116aa4c14d4067894b594360] | committer: Laurent Aimar
Fixed double vlc_restorecancle call.
Noticed by courmish.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb28997069438d73116aa4c14d4067894b594360
---
modules/control/globalhotkeys/x11.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/control/globalhotkeys/x11.c b/modules/control/globalhotkeys/x11.c
index 74f9bcb..6f224b2 100644
--- a/modules/control/globalhotkeys/x11.c
+++ b/modules/control/globalhotkeys/x11.c
@@ -357,7 +357,6 @@ static void *Thread( void *p_data )
}
}
- vlc_restorecancel( canc );
return NULL;
}
More information about the vlc-devel
mailing list