From 17d2c8e424d4c8246fade893220506ead46e375b Mon Sep 17 00:00:00 2001 From: albeu Date: Thu, 26 Jun 2003 12:07:20 +0000 Subject: [PATCH] 100L Fix the "crash after every file" reported by users who enabled dvdnav git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10339 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg-common.h b/cfg-common.h index 238a26c195..f445995a86 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -12,7 +12,7 @@ {"cuefile", "-cuefile is deprecated, use cue://filname:N where N is the track number.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, {"cdrom-device", &cdrom_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, #ifdef USE_DVDNAV - {"dvdnav", "-dvdnav deprecated, use dvdnav:// instead.\n", CONF_TYPE_FLAG, 0, 0, 1, NULL}, + {"dvdnav", "-dvdnav deprecated, use dvdnav:// instead.\n", CONF_TYPE_PRINT, 0, 0, 1, NULL}, {"skipopening", &dvd_nav_skip_opening, CONF_TYPE_FLAG, 0, 0, 1, NULL}, #endif #ifdef USE_DVDREAD