[vlc-devel] Re: CVS Commit (gbazin)
Gildas Bazin
gbazin at netcourrier.com
Tue Dec 10 11:29:46 CET 2002
On Tuesday 10 December 2002 11:34, Rhialto wrote:
> On Tue 10 Dec 2002 at 11:12:41 +0100, Gildas Bazin wrote:
> > Strange no ? And the problem disappears with "module_config_t tmp = {
> > CONFIG_HINT_CATEGORY, NULL, NULL, '\0', text, longtext, 0, 1 };"
>
> You could also perhaps avoid the problem with something like this:
>
> static module_config_t statictmp = { ... all that stuff .. };
> module_config_t tmp = statictmp;
>
> which is how one normally expects things to happen (as in your first
> case) but written more explicitly.
>
That does the trick! Thanks a bunch :)
--
Gildas
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list