Merge pull request #1402 from luukvbaal/selbm

Fix false positive selbm
This commit is contained in:
Arun 2022-06-13 17:21:02 +05:30 committed by GitHub
commit 40f75e9c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7119,6 +7119,7 @@ nochange:
goto nochange; goto nochange;
} }
g_state.selbm = 0;
if (strcmp(path, dir) == 0) { if (strcmp(path, dir) == 0) {
if (dir == ipath) { if (dir == ipath) {
if (cfg.filtermode) if (cfg.filtermode)