Skip to content

Commit

Permalink
Merge branch 'PHP-5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
faizshukri committed Oct 31, 2012
2 parents 44b1a07 + 965bd32 commit 9acc236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mysqlnd/mysqlnd_wireprotocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ php_mysqlnd_rset_field_read(void * _packet, MYSQLND_CONN_DATA * conn TSRMLS_DC)
p += 2;
BAIL_IF_NO_MORE_DATA;

meta->decimals = uint2korr(p);
meta->decimals = uint1korr(p);
p += 1;
BAIL_IF_NO_MORE_DATA;

Expand Down

0 comments on commit 9acc236

Please sign in to comment.