Warnings fixes

This commit is contained in:
whydoubt
2004-07-17 14:21:43 +00:00
parent 4a245f2af7
commit 4cc424f913
5 changed files with 16 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ void check_row(MdbHandle *mdb, MdbIndex *idx, guint32 pg, int row, unsigned char
{
MdbField fields[256];
MdbFormatConstants *fmt;
int num_fields, i, j;
unsigned int num_fields, i, j;
int row_start, row_end;
MdbColumn *col;
guchar buf[256], key[256];