From dfbb6b32132c2f2700a14dbd29073de3011b6b06 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Tue, 7 Apr 2026 11:24:54 +0300 Subject: [PATCH] Revert "Update structures.h" This reverts commit b628aa859daa3d0587f0c54dffb0cfbbcc339e5a. --- src/structures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures.h b/src/structures.h index d31e2e1..11eb9ab 100644 --- a/src/structures.h +++ b/src/structures.h @@ -16,7 +16,7 @@ #include #include #ifndef PRINTF_INT64_MODIFIER -#define PRINTF_INT64_MODIFIER "PRIu64" +#define PRINTF_INT64_MODIFIER "ll" #endif #ifdef __cplusplus extern "C" {