Commit 49844499 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.5 into 10.6

parents 64f89b1f 4c2b6be3
......@@ -688,7 +688,7 @@ dtuple_convert_big_rec(
goto skip_field;
}
longest_i = mblob ? i + 1 : i;
longest_i = uint16_t(i + mblob);
longest = savings;
skip_field:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment