Commit 4c2b6be3 authored by Marko Mäkelä's avatar Marko Mäkelä

One more try: Fix -Wconversion on GCC 4 to 9

parent abe25c31
......@@ -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