mirror of https://github.com/MidnightCommander/mc
Ticket #2587: cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris
...using Sun C++ 5.11. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
3c122216fe
commit
606883393e
|
@ -446,7 +446,7 @@ panel_options_box (void)
|
|||
quick_widgets[0].relative_x = 2 * quick_widgets[1].relative_x + b1_len + 1;
|
||||
|
||||
if (quick_dialog (&Quick_input) != B_ENTER)
|
||||
return
|
||||
return;
|
||||
|
||||
mc_config_set_bool (mc_main_config, CONFIG_PANELS_SECTION,
|
||||
"simple_swap", (gboolean) (simple_swap & C_BOOL));
|
||||
|
|
Loading…
Reference in New Issue