From e6e1737f8125eb7e98bbdccd7a040f5cc49b318d Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Fri, 10 Jun 2005 15:05:04 +0000 Subject: [PATCH] * backport of [11381] --- modules/gui/macosx/open.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2