Commit 5e9cc83c authored by Sergei Golubchik's avatar Sergei Golubchik

10.11: compilation failure on fulltest2 builders

parent c0c56ffe
...@@ -816,7 +816,7 @@ void log_t::resize_write_buf(const byte *b, size_t length) noexcept ...@@ -816,7 +816,7 @@ void log_t::resize_write_buf(const byte *b, size_t length) noexcept
d&= ~int64_t(block_size_1); d&= ~int64_t(block_size_1);
if (int64_t(d + length) <= 0) if (int64_t(d + length) <= 0)
return; return;
length+= d; length+= size_t(d);
b-= d; b-= d;
d= 0; d= 0;
} }
......
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