diff m_config.c @ 9593:e9a2af584986

Add the new -vf option wich is the same as vop in reverse order. Syntax is we decided, so you can give the nomes or not with both vop and vf. vf take precedence over vop.
author albeu
date Sat, 15 Mar 2003 18:01:02 +0000
parents d3da9b617aa8
children 39444d65c4cb
line wrap: on
line diff
--- a/m_config.c	Sat Mar 15 15:46:32 2003 +0000
+++ b/m_config.c	Sat Mar 15 18:01:02 2003 +0000
@@ -239,7 +239,7 @@
     char** lst = NULL;
     int i,sr;
     // Parse the child options
-    r = m_option_parse(co->opt,arg,param,&lst,config->mode);
+    r = m_option_parse(co->opt,arg,param,&lst,M_COMMAND_LINE);
     // Set them now
     if(r >= 0)
     for(i = 0 ; lst && lst[2*i] ; i++) {