[vlc-devel] Re: CVS Commit (gbazin)

Rhialto rhialto at azenomei.knuffel.net
Tue Dec 10 11:34:24 CET 2002


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.

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- The evil eye is caused by the black
\X/ rhialto/at/xs4all.nl        -- tongue - Tom Poes, "Het boze oog", 4456.
-- 
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