Skip to content

Commit

Permalink
Switch to correct unsigned int
Browse files Browse the repository at this point in the history
  • Loading branch information
bendailey committed Dec 2, 2015
1 parent d6d4b6e commit 5a07e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4d_statement.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static int pdo_4d_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC)
pdo_4d_stmt *S;
pdo_4d_db_handle *H;
FOURD_LONG8 row_count;
int page_size=999999;
unsigned int page_size=65535;
S = (pdo_4d_stmt*)stmt->driver_data;
H = S->H;
if (S->result) {
Expand Down

0 comments on commit 5a07e6f

Please sign in to comment.