Blame SOURCES/clucene-core-2.3.3.4-lo.patch

66b297
--- src/core/CLucene/util/VoidMap.h
66b297
+++ src/core/CLucene/util/VoidMap.h
66b297
@@ -316,6 +316,7 @@ public:
66b297
 		if ( _this::dk || _this::dv )
66b297
 			_this::remove(k);
66b297
 
66b297
+		(*this)[k] = v;
66b297
 	}
66b297
 };