Commit fb0ecb8f authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/open.cpp: mrl parsing fix.

parent 3585c395
......@@ -1322,8 +1322,6 @@ wxArrayString SeparateEntries( wxString entries )
{
/* Finished the quotes mode */
entry.RemoveLast();
if( !entry.IsEmpty() ) entries_array.Add( entry );
entry.Empty();
b_quotes_mode = VLC_FALSE;
}
else if( !b_quotes_mode && entry.Last() != wxT('\"') )
......
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