mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-05-18 23:09:22 +08:00
Can't do math for shit, apparently
This commit is contained in:
parent
35cfd0b31d
commit
1980ca9694
@ -79,7 +79,7 @@ int col_start, len;
|
||||
int eod; /* end of data */
|
||||
int delflag, lookupflag;
|
||||
int bitmask_sz;
|
||||
unsigned char null_mask[17]; /* 256 columns max / 8 bits per byte */
|
||||
unsigned char null_mask[33]; /* 256 columns max / 8 bits per byte */
|
||||
|
||||
row_start = mdb_get_int16(mdb, 10+(row*2));
|
||||
row_end = mdb_find_end_of_row(mdb, row);
|
||||
|
Loading…
Reference in New Issue
Block a user