Commit 1f57759a authored by unknown's avatar unknown

Fixed buffer size in the control file test

parent 1a392bf6
...@@ -264,7 +264,7 @@ static int test_binary_content() ...@@ -264,7 +264,7 @@ static int test_binary_content()
future change/breakage. future change/breakage.
*/ */
char buffer[20]; char buffer[23];
RET_ERR_UNLESS((fd= my_open(file_name, RET_ERR_UNLESS((fd= my_open(file_name,
O_BINARY | O_RDWR, O_BINARY | O_RDWR,
MYF(MY_WME))) >= 0); MYF(MY_WME))) >= 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