mysql_num_fields returns an unsigned int

This commit is contained in:
Brian Lopez 2010-10-31 12:37:53 -07:00
parent badc5e04e3
commit 99766a2303
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ typedef struct {
VALUE fields; VALUE fields;
VALUE rows; VALUE rows;
VALUE encoding; VALUE encoding;
long numberOfFields; unsigned int numberOfFields;
unsigned long numberOfRows; unsigned long numberOfRows;
unsigned long lastRowProcessed; unsigned long lastRowProcessed;
char resultFreed; char resultFreed;