Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Oct 11, 2023
1 parent 93850af commit 71f5607
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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-11 01:59:20+01:00 - build 6203

1. Fix build.

--------------------------------------------------------------------------------
drkns 2023-10-11 01:27:28+01:00 - build 6202

Expand Down
6 changes: 4 additions & 2 deletions far/copy_progress.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ class copy_progress: progress_impl
string m_FilesCopied;
std::chrono::steady_clock::duration m_CalcTime{};

struct
struct files
{
size_t Copied{};
size_t Total{};

bool operator==(files const&) const = default;
}
m_Files;
m_Files, m_FilesLastRendered;

struct
{
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6202
6203

0 comments on commit 71f5607

Please sign in to comment.