Commit e91b518d authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/access/ftp.c: backport [24140] fix for FTP pausing

parent 7dfea69d
......@@ -432,7 +432,9 @@ static int Control( access_t *p_access, int i_query, va_list args )
/* */
case ACCESS_SET_PAUSE_STATE:
/* Nothing to do */
pb_bool = (vlc_bool_t*)va_arg( args, vlc_bool_t* );
if ( !pb_bool )
return Seek( p_access, p_access->info.i_pos );
break;
case ACCESS_GET_TITLE_INFO:
......
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