Commit c581b387 authored by Johan Bilien's avatar Johan Bilien

* Raw device fix, courtesy of Steven Schultz
parent 1c7d9427
...@@ -176,7 +176,7 @@ static int VCDOpen( struct input_thread_s *p_input ) ...@@ -176,7 +176,7 @@ static int VCDOpen( struct input_thread_s *p_input )
return( -1 ); return( -1 );
} }
if( !S_ISBLK(stat_info.st_mode) ) if( !S_ISBLK(stat_info.st_mode) && !S_ISCHR(stat_info.st_mode))
{ {
intf_WarnMsg( 3, "input : VCD plugin discarded" intf_WarnMsg( 3, "input : VCD plugin discarded"
" (not a valid drive)" ); " (not a valid drive)" );
......
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