diff cfg-common.h @ 10338:70d012c2ee69

100L Fix the "crash after every file" reported by users who enabled dvdnav
author albeu
date Thu, 26 Jun 2003 12:07:20 +0000
parents d42177a0da2a
children c09a68c1b949
line wrap: on
line diff
--- a/cfg-common.h	Thu Jun 26 11:17:28 2003 +0000
+++ b/cfg-common.h	Thu Jun 26 12:07:20 2003 +0000
@@ -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