[vlc-devel] commit: macosx: dir:/ -> directory:// (Derk-Jan Hartman )
git version control
git at videolan.org
Wed Sep 17 22:15:58 CEST 2008
vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Wed Sep 17 21:51:01 2008 +0200| [39a240184294cd127b5f0aa02550cc3a46a89fc2] | committer: Derk-Jan Hartman
macosx: dir:/ -> directory://
(cherry picked from commit d2deac2c2bb66a9948889c421fb523c06ca75275)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39a240184294cd127b5f0aa02550cc3a46a89fc2
---
modules/gui/macosx/open.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 509e3d1..4cfa963 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -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"] ||
More information about the vlc-devel
mailing list