From 919c7bf851cefe0e58aa3cd77e31dc57e9729616 Mon Sep 17 00:00:00 2001 From: Alba Mendez Date: Sun, 11 Jan 2026 19:35:56 +0100 Subject: [PATCH] typo FT_CharSize has no ID --- src/BinaryXMLConverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BinaryXMLConverter.cpp b/src/BinaryXMLConverter.cpp index eea473c..80bec34 100644 --- a/src/BinaryXMLConverter.cpp +++ b/src/BinaryXMLConverter.cpp @@ -17,7 +17,7 @@ namespace enum class FieldTypes : uint8_t { - FT_CharSize, // type, ID, value + FT_CharSize, // type, value FT_StartTag, // type, ID FT_EndTag, // type, ID FT_String, // type, ID, string length, string