Commit 6c444230 authored by Laurent Aimar's avatar Laurent Aimar

Fixed missing vlc_savecancel in globalhotkeys (x11).

parent bc21bdf0
......@@ -349,6 +349,7 @@ static void *Thread( void *p_data )
{
if( errno != EINTR )
break;
canc = vlc_savecancel();
continue;
}
canc = vlc_savecancel();
......
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