diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-12 21:27:15 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-12 21:27:15 +0000 |
commit | b7e0d34b9e16c04839bf047e978d75b255a388f6 (patch) | |
tree | 3e025a396a665725286ca91524042dbf33961e29 /src/conf.c | |
parent | d46c8678077db1d676e350df8acd2b4020bdc9e3 (diff) | |
download | mpd-b7e0d34b9e16c04839bf047e978d75b255a388f6.tar.gz mpd-b7e0d34b9e16c04839bf047e978d75b255a388f6.tar.xz mpd-b7e0d34b9e16c04839bf047e978d75b255a388f6.zip |
update mpd manpage and sample config file with replaygain and
audio_output_format options
git-svn-id: https://svn.musicpd.org/mpd/trunk@1453 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c index ff38030a5..4c2749bd0 100644 --- a/src/conf.c +++ b/src/conf.c @@ -123,7 +123,7 @@ char ** readConf(char * file) { "filesystem_charset", "password", "default_permissions", - "buffer_size", + "audio_buffer_size", "replaygain", "audio_output_format" }; |