This commit is contained in:
Hongze Cheng 2022-03-18 09:51:21 +00:00
parent df1caa7062
commit 533a60d4fc
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ extern SPageMethods pageMethods;
extern SPageMethods pageLargeMethods;
typedef struct __attribute__((__packed__)) {
u8 szCell[2];
u8 nxOffset[2];
u16 szCell[2];
u16 nxOffset[2];
} SFreeCell;
static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell);