]> git.sesse.net Git - vlc/commit
* changed the behaviour of the config file:
authorGildas Bazin <gbazin@videolan.org>
Tue, 26 Mar 2002 22:02:32 +0000 (22:02 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 26 Mar 2002 22:02:32 +0000 (22:02 +0000)
commit09b7f775fb4db8129eabac5bd328576872eacf41
tree491201bd0b00ac9e52276f1cf0574a740206e3e0
parentf8ebcf98256a7f58d64ed77ab488bc3a57d7ef25
* changed the behaviour of the config file:
  - now all the config options are saved. <string> config options which have
  no default value are also saved in the config file but as an empty string.
  - config_LoadConfigFile will ignore empty config options, which also means
  we cannot pass an empty string as a <string> config option. (this shouldn't
  matter anyway)
src/misc/configuration.c