Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Oct 10, 2023
1 parent ff81237 commit 7ce171a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
drkns 2023-10-10 07:08:40+01:00 - build 6200

1. And again.

--------------------------------------------------------------------------------
drkns 2023-10-09 23:16:20+01:00 - build 6199

Expand Down
5 changes: 0 additions & 5 deletions far/platform.fs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2244,11 +2244,6 @@ namespace os::fs
FindData = {};
FindData.Attributes = INVALID_FILE_ATTRIBUTES;

// The logic below was added in 596 to retrieve the data when we don't have access to one of the upper directories.
// It is better to explicitly limit it to that particular case to avoid any possible interference with legit lookup errors, e.g. when the dir is empty.
if (const auto ErrorState = last_error(); ErrorState.Win32Error != ERROR_ACCESS_DENIED)
return false;

size_t DirOffset = 0;
ParsePath(FileName, &DirOffset);
if (FileName.find_first_of(L"*?"sv, DirOffset) != string::npos)
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6199
6200

0 comments on commit 7ce171a

Please sign in to comment.