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

After-merge fix: -Wconversion in GCC 4 to 9

parent a4b7232b
......@@ -688,7 +688,7 @@ dtuple_convert_big_rec(
goto skip_field;
}
longest_i = i + mblob;
longest_i = mblob ? i + 1 : i;
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