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-09-16 00:43:07 +0300
committerelfmz <fenix1905@tut.by>2022-09-16 00:43:07 +0300
commit247853b6748ff084fabb49c7501283305e0e10d5 (patch)
treed012e06b18f8043e0082cc0d0f55e3f7a1d5e4da /far2l/src/findfile.cpp
parent2a6a244412371cc154c90d1965115c7214a91582 (diff)
optimize input wait loops, cosmetic
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 a9c673a9..fc96eadf 100644
--- a/far2l/src/findfile.cpp
+++ b/far2l/src/findfile.cpp
@@ -2777,7 +2777,7 @@ class FindFileThread : public Threaded
{
bool PluginMode;
HANDLE hDlg;
- bool bDone = false;
+ volatile bool bDone = false;
public:
using Threaded::StartThread;