Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'programs')
-rw-r--r--programs/illegal-codepoints/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/illegal-codepoints/main.cpp b/programs/illegal-codepoints/main.cpp
index 9babcf16..0b75f1c4 100644
--- a/programs/illegal-codepoints/main.cpp
+++ b/programs/illegal-codepoints/main.cpp
@@ -6170,7 +6170,7 @@ int main()
auto &entry = entries[n];
if(entry.second == status::created)
{
- if(item.leafname == llfio::path_view(entry.first.data(), 3, true))
+ if(item.leafname == llfio::path_view(entry.first.data(), 3, llfio::path_view::zero_terminated))
{
entry.second = status::found;
break;