From 85b8dd24d4b16e9d12247163cba34de30be47fe1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 11 Feb 2023 00:38:53 -0600 Subject: user/clucene: More fixes This doesn't fix the test failure, but is more correct. --- user/clucene/voidmap.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 user/clucene/voidmap.patch (limited to 'user/clucene/voidmap.patch') diff --git a/user/clucene/voidmap.patch b/user/clucene/voidmap.patch new file mode 100644 index 000000000..158de4dec --- /dev/null +++ b/user/clucene/voidmap.patch @@ -0,0 +1,10 @@ +--- a/src/core/CLucene/util/VoidMap.h ++++ b/src/core/CLucene/util/VoidMap.h +@@ -316,6 +316,7 @@ public: + if ( _this::dk || _this::dv ) + _this::remove(k); + ++ (*this)[k] = v; + } + }; + -- cgit v1.2.3-60-g2f50