aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vdbeaux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index 776821d39..90cc41534 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -3404,7 +3404,7 @@ int sqlite3VdbeRecordCompare(
){
u32 d1; /* Offset into aKey[] of next data element */
int i; /* Index of next field to compare */
- int szHdr1; /* Size of record header in bytes */
+ u32 szHdr1; /* Size of record header in bytes */
u32 idx1; /* Offset of first type in header */
int rc = 0; /* Return value */
Mem *pRhs = pPKey2->aMem; /* Next field of pPKey2 to compare */