Merge branch '3641_cleanup'
commit74dda7352ed0590d18bda30c34b9e895bebeb205
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 11 Sep 2016 08:11:47 +0000 (11 11:11 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 11 Sep 2016 08:11:47 +0000 (11 11:11 +0300)
treef9df58a062eca7576ae026a5559c1cf1dfa08e0a
parent834c09a283490a85ab9bbc7c49cc9d7190dfef30
parent61f4ef98b90c1ac9057cc894c178e920d910b723
Merge branch '3641_cleanup'

* 3641_cleanup:
  lib/mcconfig/paths.c: reduce scope of 'homedir' var.
  lib/mcconfig/paths.c: cleanup.
  doc/man/mc.1.in: fix substitution markers.
  src/vfs/fish/fish.c: apply coding guidelines.
  More use link_isdir().
  Get rid of #define const_cast().
  Fix typos.
  Define NCURSES_CONST if curses library doesn't define it.
  (ftpfs_open_data_connection): fix enable/disable interrupt key.
  (ftpfs_open_data_connection): fix socket leak in case of unsuccessful ftp connection.
  (dlg_adjust_position): refactoring.
  Ticket #3641: code cleanup before 4.8.18 release.