Commit f9f69cb5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ncurses: typo

parent 3ad014c3
......@@ -2397,9 +2397,9 @@ static void Eject( intf_thread_t *p_intf )
if( psz_name )
{
if( !strncmp(psz_name, "dvd://", 4) )
if( !strncmp(psz_name, "dvd://", 6) )
{
switch( psz_name[strlen("dvd://")] )
switch( psz_name[6] )
{
case '\0':
case '@':
......
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