Skip to content

Commit

Permalink
Correction of 6404
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Dec 23, 2024
1 parent 7535e04 commit 33b3fc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
drkns 2024-12-23 01:31:11+00:00 - build 6405

1. Correction of 6404.

--------------------------------------------------------------------------------
drkns 2024-12-21 23:08:36+00:00 - build 6404

Expand Down
2 changes: 1 addition & 1 deletion far/filelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5184,7 +5184,7 @@ bool FileList::ApplyCommand()
if (!SubstFileName(strConvertedCommand, { i.FileName, i.AlternateFileName() }, &PreserveLFN))
break;

if (strConvertedCommand.empty())
if (!strConvertedCommand.empty())
{
SCOPED_ACTION(PreserveLongName)(i.FileName, PreserveLFN);

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6404
6405

0 comments on commit 33b3fc9

Please sign in to comment.