Skip to content

Commit

Permalink
[FEATURE] In Scan Report: changed to
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Dec 28, 2021
1 parent 41b7ee6 commit e218059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scanners/scan_report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ const bool pesieve::ProcessScanReport::toJSON(
stream << std::dec << report.is_64bit << ",\n";
OUT_PADDED(stream, level, "\"is_managed\" : ");
stream << std::dec << report.is_managed << ",\n";
OUT_PADDED(stream, level, "\"is_reflection\" : ");
stream << std::dec << report.is_reflection << ",\n";
OUT_PADDED(stream, level, "\"main_image_path\" : \"");
stream << escape_path_separators(this->mainImagePath) << "\",\n";
OUT_PADDED(stream, level, "\"used_reflection\" : ");
stream << std::dec << report.is_reflection << ",\n";
OUT_PADDED(stream, level, "\"scanned\" : \n");
OUT_PADDED(stream, level, "{\n");
//stream << " {\n";
Expand Down

0 comments on commit e218059

Please sign in to comment.