susumu.yata
null+****@clear*****
Mon Sep 22 17:29:31 JST 2014
susumu.yata 2014-09-22 17:29:31 +0900 (Mon, 22 Sep 2014) New Revision: dda1e68a413e660bf31007d6e6c6ca442540fc91 https://github.com/groonga/grnxx/commit/dda1e68a413e660bf31007d6e6c6ca442540fc91 Message: Add a missing break to a case block. Modified files: lib/grnxx/merger.cpp Modified: lib/grnxx/merger.cpp (+1 -0) =================================================================== --- lib/grnxx/merger.cpp 2014-09-22 17:24:17 +0900 (48f66de) +++ lib/grnxx/merger.cpp 2014-09-22 17:29:31 +0900 (e33cbcb) @@ -98,6 +98,7 @@ bool AndMerger::finish(Error *error) { } else { record.score = it->second - stream_records->get_score(i); } + break; } case MULTIPLICATION_MERGER_OPERATOR: { record.score = stream_records->get_score(i) * it->second; -------------- next part -------------- HTML����������������������������...Descargar