Skip to content

Commit

Permalink
fix rman-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed Apr 6, 2024
1 parent 1f6231b commit 0ceaf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rman_diff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct Main {
std::cerr << "Parse into manifest ..." << std::endl;
{
rlib_trace("Manifest file into: %s", cli.intomanifest.c_str());
RFile::read_file(cli.frommanifest, [&, this](RFile const& rfile) {
RFile::read_file(cli.intomanifest, [&, this](RFile const& rfile) {
if (cli.match(rfile)) {
if (auto i = fileids.find(rfile.path); i != fileids.end() && i->second == rfile.fileId) {
return true;
Expand Down

0 comments on commit 0ceaf9a

Please sign in to comment.