From: Derk-Jan Hartman Date: Fri, 10 Jun 2005 15:05:04 +0000 (+0000) Subject: * backport of [11381] X-Git-Tag: 0.8.2~64 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e6e1737f8125eb7e98bbdccd7a040f5cc49b318d;p=vlc * backport of [11381] --- diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m index 202ec74b4c..8403fab501 100644 --- a/modules/gui/macosx/open.m +++ b/modules/gui/macosx/open.m @@ -601,7 +601,7 @@ static VLCOpen *_o_sharedMainInstance = nil; o_mrl_string = [NSString stringWithFormat: @"dvdnav://%@", o_device]; else - o_mrl_string = [NSString stringWithFormat: @"dvdread://%@@%i:%i", + o_mrl_string = [NSString stringWithFormat: @"dvdread://%@@%i:%i-", o_device, i_title, i_chapter]; } else /* VIDEO_TS folder */