Skip to content

Commit ce7432c

Browse files
committed
Fix Windows Release build
1 parent 08daace commit ce7432c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapp/xapi_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ int main(int argc, const char* argv[])
107107

108108
row = mysqlx_row_fetch_one(res);
109109
size_t len=1024;
110-
char buffer[len];
110+
char buffer[1024];
111111

112112

113113
if (RESULT_OK != mysqlx_get_bytes(row, 1, 0, buffer, &len))

0 commit comments

Comments
 (0)