Ticket #4535: change name of temporary drirectory.
commit2fda4c66707341dcf8e8013710cc202c1507be72
authorAndrew Borodin <aborodin@vmail.ru>
Thu, 9 May 2024 07:23:32 +0000 (9 10:23 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 13 May 2024 18:48:35 +0000 (13 21:48 +0300)
tree39ff59144dea850367e3b962ea27c7ae025e96ba
parentce571933c9f642ff4ef2197a395da9aa2bb14120
Ticket #4535: change name of temporary drirectory.

  * (mc_tmpdir): use g_mkdtemp() to create temporary directory.
  Make it name unique to avoid conflicts with other software such as
  Distrobox container.
  * (main): temporary directory has unique name from now. Remove it at exit.
lib/vfs/interface.c
src/main.c