chiark / gitweb /
lib/configuration.c: Allow resetting `player' and `tracklength' lists.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 5 May 2013 13:51:05 +0000 (14:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 22 May 2013 23:46:25 +0000 (00:46 +0100)
commitec554a3df7afe6a7b890983e75e81bc3aa17cb55
treeb9d75944e6d7ebf102ee697aa3eb6ead213626a8
parent3697ed99d3aef46cb8de4c573657123459c22abb
lib/configuration.c: Allow resetting `player' and `tracklength' lists.

Saith the manual

| If player is used without arguments, the list of players is cleared.

but the code disallows such requests.  So it's impossible to override
the player lists.
lib/configuration.c