changeset 20454:f601726df501

100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf" option to have no effect.
author reimar
date Fri, 27 Oct 2006 19:19:40 +0000
parents e2eafc5f8ce1
children e36737b5ec2f
files cfg-mplayer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Fri Oct 27 17:15:42 2006 +0000
+++ b/cfg-mplayer.h	Fri Oct 27 19:19:40 2006 +0000
@@ -279,7 +279,7 @@
 //---------------------- mplayer-only options ------------------------
 
 	{"use-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
-	{"use-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
+	{"nouse-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
 #ifdef CRASH_DEBUG
 	{"crash-debug", &crash_debug, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
 	{"nocrash-debug", &crash_debug, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},