Skip to content

Commit d085a6e

Browse files
committed
Added missing continue statement in binary operation on compressed bitmaps
1 parent 71e0ef0 commit d085a6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FoundationDB.Layers.Experimental/Indexes/Bitmaps/WordAlignHybridCoding.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ internal static CompressedBitmap CompressedBinaryExpression([NotNull] Compressed
553553
// continue with left until it's done
554554
rn = DONE;
555555
rw = 0;
556+
continue;
556557
}
557558
rn = riter.Current.WordCount;
558559
rw = riter.Current.WordValue;

0 commit comments

Comments
 (0)