aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/analyze.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analyze.c b/src/analyze.c
index fc8680d78..9213c202b 100644
--- a/src/analyze.c
+++ b/src/analyze.c
@@ -1800,8 +1800,8 @@ static int loadStatTbl(
char *zIndex; /* Index name */
Index *pIdx; /* Pointer to the index object */
int nSample; /* Number of samples */
- int nByte; /* Bytes of space required */
- int i; /* Bytes of space required */
+ i64 nByte; /* Bytes of space required */
+ i64 i; /* Bytes of space required */
tRowcnt *pSpace; /* Available allocated memory space */
u8 *pPtr; /* Available memory as a u8 for easier manipulation */