Commit d948704b authored by unknown's avatar unknown

one more portability fix


storage/csv/ha_tina.h:
  portability fix
parent ba67edc4
......@@ -71,7 +71,7 @@ class Transparent_file
{ buff= (byte *) my_malloc(buff_size*sizeof(byte), MYF(MY_WME)); }
~Transparent_file()
{ my_free(buff, MYF(MY_ALLOW_ZERO_PTR)); }
{ my_free((gptr)buff, MYF(MY_ALLOW_ZERO_PTR)); }
void init_buff(File filedes_arg)
{
......
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