Pass cmd line arg's on to preset_sel
This commit is contained in:
parent
4cd531a3e2
commit
e8a01aa79c
@ -411,7 +411,7 @@ cw::rc_t ioPresetSelTest( const cw::object_t* cfg, const cw::object_t* args, i
|
|||||||
if((rc = cfg->getv("flow_proc_dict",flow_proc_dict)) != cw::kOkRC )
|
if((rc = cfg->getv("flow_proc_dict",flow_proc_dict)) != cw::kOkRC )
|
||||||
return cwLogError(rc,"The 'flow_proc_dict' specification object was not found.");
|
return cwLogError(rc,"The 'flow_proc_dict' specification object was not found.");
|
||||||
*/
|
*/
|
||||||
return cw::preset_sel_app::main(args);
|
return cw::preset_sel_app::main(args,argc-1,argv+1);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
cw::rc_t _no_alsa_websock() { return cwLogError(cw::kResourceNotAvailableRC,"Websock or ALSA functionality not included in this build."); }
|
cw::rc_t _no_alsa_websock() { return cwLogError(cw::kResourceNotAvailableRC,"Websock or ALSA functionality not included in this build."); }
|
||||||
|
Loading…
Reference in New Issue
Block a user