Commit d2deac2c authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

macosx: dir:/ -> directory://

parent c785b49f
......@@ -472,7 +472,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
if( b_dir )
{
o_mrl_string = [NSString stringWithFormat: @"dir:%@", o_filename];
o_mrl_string = [NSString stringWithFormat: @"directory://%@", o_filename];
}
else if( [o_ext isEqualToString: @"bin"] ||
[o_ext isEqualToString: @"cue"] ||
......
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