(panel_options_box): don't apply integer value to boolean variable.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2019-09-17 13:56:11 +03:00
parent a0c77a5ccf
commit 3daff7838f

View File

@ -632,7 +632,7 @@ panel_options_box (void)
gboolean simple_swap;
simple_swap = mc_config_get_bool (mc_global.main_config, CONFIG_PANELS_SECTION,
"simple_swap", FALSE) ? 1 : 0;
"simple_swap", FALSE);
{
const char *qsearch_options[] = {
N_("Case &insensitive"),