Merge branch '2.2' into develop
This commit is contained in:
@ -193,7 +193,7 @@ int check_longblob_data(TestConnections* Test,
|
||||
{
|
||||
if ((int)data[y] != y)
|
||||
{
|
||||
Test->add_result(1, "expected %d, got %d", data[y], y);
|
||||
Test->add_result(1, "expected %lu, got %d", data[y], y);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user