On Thu, 23 Jun 2011 18:05:38 +0200
Pierre Vittet wrote:
>
> 2011-06-22 Pierre Vittet
>
> * melt-runtime.c (load_melt_modules_and_do_mode): load extra module
>before setting options
Thanks. Committed revision 175337. [on the MELT branch]
Cheers
--
Basile STARYNKEVITCH
Hello,
In the function load_melt_modules_and_do_mode of melt-runtime.c, we
first load initial modules, then we set options, and then we look at
extra modules.
With this patch, we load extra modules before we set options, because
extra modules can contain code to handle options.
This change