Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-10-27 21:41:43 +0300
committerelfmz <fenix1905@tut.by>2022-10-27 22:50:25 +0300
commit6cae1adec50281fa695649f01f682189a1ec9234 (patch)
treee90b38adb9b31216b442f67635d278b531c7cdc3 /far2l/src/findfile.cpp
parentecefbdfc83366ac6d119e8356901ecfeb70afa7c (diff)
use MountInfo for Location menu (touch #1375)
Diffstat (limited to 'far2l/src/findfile.cpp')
-rw-r--r--far2l/src/findfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/far2l/src/findfile.cpp b/far2l/src/findfile.cpp
index d27f3939..f4655733 100644
--- a/far2l/src/findfile.cpp
+++ b/far2l/src/findfile.cpp
@@ -2803,7 +2803,7 @@ public:
{
SudoClientRegion scr;
DWORD msec = GetProcessUptimeMSec();
- pMountInfo.reset(new MountInfo(false));
+ pMountInfo.reset(new MountInfo);
if (PluginMode)
{
DoPreparePluginList(hDlg);