]> git.sesse.net Git - plocate/blobdiff - db.h
Fix an issue where the database could be built with the wrong check_visibility flag.
[plocate] / db.h
diff --git a/db.h b/db.h
index 722e567076eb36551e03c56eb02db2682c834292..1670d6bc304c1e327f3bf2463dfbb5ae953cf0ac 100644 (file)
--- a/db.h
+++ b/db.h
@@ -26,7 +26,7 @@ struct Header {
        uint64_t conf_block_offset_bytes;
 
        // Only if max_version >= 2.
-       bool require_visibility;
+       bool check_visibility;
 };
 
 struct Trigram {