comparison parser-mpcmd.c @ 12816:fba780800efe

-use-stdin renamed to -noconsolecontrols.
author diego
date Wed, 14 Jul 2004 09:27:04 +0000
parents 2cbc9f1f728f
children 07dadc3066f3
comparison
equal deleted inserted replaced
12815:3c99b7a8c840 12816:fba780800efe
234 play_tree_add_file(entry,argv[i]); 234 play_tree_add_file(entry,argv[i]);
235 } 235 }
236 236
237 // Lock stdin if it will be used as input 237 // Lock stdin if it will be used as input
238 if(strcasecmp(argv[i],"-") == 0) 238 if(strcasecmp(argv[i],"-") == 0)
239 m_config_set_option(config,"use-stdin",NULL); 239 m_config_set_option(config,"noconsolecontrols",NULL);
240 add_entry(&last_parent,&last_entry,entry); 240 add_entry(&last_parent,&last_entry,entry);
241 UNSET_GLOBAL; // We start entry specific options 241 UNSET_GLOBAL; // We start entry specific options
242 242
243 } 243 }
244 } 244 }