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:
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 f4655733..d27f3939 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);
+ pMountInfo.reset(new MountInfo(false));
if (PluginMode)
{
DoPreparePluginList(hDlg);