Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Nov 9, 2015
1 parent 74f8adf commit ec26c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/libmariadb/ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ static int test_long_data_str1(MYSQL *mysql)

my_bind[0].buffer= data; /* string data */
my_bind[0].buffer_length= sizeof(data);
my_bind[0].length= &length1;
my_bind[0].length= (unsigned long *)&length1;
my_bind[0].buffer_type= MYSQL_TYPE_STRING;
length1= 0;

Expand Down

0 comments on commit ec26c03

Please sign in to comment.