From 2b640832f64f9df5addb611fadfdec8307944e6b Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 16 May 2025 16:52:18 -0400 Subject: [PATCH] Use 64 bit index --- src/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.cpp b/src/test.cpp index 54d9e9d..86157ef 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -866,7 +866,7 @@ Callbacks printCallbacks() { struct MinifyState { bool isKey = false; struct Cursor { - int index; + int64_t index; bool isObject; }; void on_begin_value() {