]> git.tuebingen.mpg.de Git - paraslash.git/commit
play: Use lsu_merge_config_file_options().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 15 Mar 2018 01:31:10 +0000 (02:31 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Apr 2018 06:53:56 +0000 (08:53 +0200)
commitd3f0eb9a37a63319de4e191dce4c82d8877d778b
tree565aaa234493ea9e8ea02ee107ad6a6284645ada
parent62f16302b6cdb35de8b33894858cec81b34639be
play: Use lsu_merge_config_file_options().

Besides parsing the command line options and the config file,
parse_config_or_die() also checks the key map arguments
syntactically. This check needs to be kept of course.

play.c already includes lsu.h because it calls lsu_com_help().
play.c