Commit 7fbd2de8 authored by Michael Widenius's avatar Michael Widenius

Fixed compiler warning on Mac

parent 3a793b9d
......@@ -440,7 +440,7 @@ process_flags:
/* TODO: implement precision */
if (backtick_quoting)
{
size_t total= my_b_write_backtick_quote(info, (uchar *) par, length2);
size_t total= my_b_write_backtick_quote(info, par, length2);
if (total == (size_t)-1)
goto err;
out_length+= total;
......
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