diff options
Diffstat (limited to 'user/clucene/voidmap.patch')
-rw-r--r-- | user/clucene/voidmap.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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; + } + }; + |