summaryrefslogtreecommitdiff
path: root/external/clucene/patches/clucene-multimap-put.patch
blob: bfff31a8727b3398734b3e6857b5ab5da7902f82 (plain)
1
2
3
4
5
6
7
8
9
--- src/core/CLucene/util/VoidMap.h
+++ src/core/CLucene/util/VoidMap.h
@@ -316,6 +316,7 @@ public:
 		if ( _this::dk || _this::dv )
 			_this::remove(k);
 
+		(*this)[k] = v;
 	}
 };
f380b3973941443bfbc59fe7141c'>Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski