[vlc-devel] commit: macosx: dir:/ -> directory:// (Derk-Jan Hartman )

git version control git at videolan.org
Wed Sep 17 21:48:21 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Wed Sep 17 21:51:01 2008 +0200| [d2deac2c2bb66a9948889c421fb523c06ca75275] | committer: Derk-Jan Hartman 

macosx: dir:/ -> directory://

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2deac2c2bb66a9948889c421fb523c06ca75275
---

 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