From 56f432ffc00e0108c4da7e7de956dd5e8bef095e Mon Sep 17 00:00:00 2001 From: Pineapples <91441379+IHatePineapples@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:01:36 +0100 Subject: [PATCH] Improve type --- src/ssi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssi.cpp b/src/ssi.cpp index 46b8cb2..d6d7411 100644 --- a/src/ssi.cpp +++ b/src/ssi.cpp @@ -46,7 +46,7 @@ const char *ssi_tags[] = { u16_t ssi_handler(int iIndex, char *pcInsert, int iInsertLen) { - std::size_t printed; + u16_t printed; const auto &[id, state] = current_job; switch (iIndex)