diff options
| author | Stefan Boberg <[email protected]> | 2025-06-11 15:19:01 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-06-11 15:19:01 +0200 |
| commit | 744d49c5cdd5d6ecd53142c3de95b6dd4933cf35 (patch) | |
| tree | ec887becc27fc1ea3611e9ccdae54d4f636aa9d1 /src | |
| parent | Skeleton of rpc recording analysis command (diff) | |
| download | zen-744d49c5cdd5d6ecd53142c3de95b6dd4933cf35.tar.xz zen-744d49c5cdd5d6ecd53142c3de95b6dd4933cf35.zip | |
Fixed accidental path copy
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenutil/cache/rpcrecording.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/cache/rpcrecording.cpp b/src/zenutil/cache/rpcrecording.cpp index 2eb8b3258..0036be004 100644 --- a/src/zenutil/cache/rpcrecording.cpp +++ b/src/zenutil/cache/rpcrecording.cpp @@ -958,7 +958,7 @@ RecordedRequestsReader::BeginRead(const std::filesystem::path& BasePath, bool In { auto SegmentPaths = IterateSegments(BasePath); - for (const std::filesystem::path ZcbPath : SegmentPaths) + for (const std::filesystem::path& ZcbPath : SegmentPaths) { FileContents Fc = ReadFile(ZcbPath); |