]> git.sesse.net Git - vlc/commit
* small fix for the config file. The parser assumes that the config file is
authorGildas Bazin <gbazin@videolan.org>
Sun, 17 Mar 2002 11:12:08 +0000 (11:12 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 17 Mar 2002 11:12:08 +0000 (11:12 +0000)
commit031f01c7440e6efce0febf9599de38cac13c3cf3
tree335b1a9688ad33f73c28fdf5c3fc17dd6f4a7804
parentf6451da57a32b9ee562dc73d5e68559eaadf7748
* small fix for the config file. The parser assumes that the config file is
divided into sections (a section is the config data for a plugin and begins
with something like [foo]), so the comment for the beginning of the section
must be after the section marker and not before.

If you want to illustrate the problem (without this fix):
- save vlc's config
- exit from vlc and remove for example the dsp plugin (rm plugins/dsp.so)
- resave vlc's config
and now look at the end of the config file, it's all screwed up.
src/misc/configuration.c