More build fixes

This commit is contained in:
2025-11-09 15:38:12 +11:00
parent bcc7968424
commit ea7cd4638c
6 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -1049,7 +1049,7 @@ void DN_INI_UnitTests()
DN_INI_Assert(parse.total_sections_count == 1);
DN_INI_Assert(parse.total_fields_count == 2);
char parse_memory[300];
char parse_memory[350];
DN_INI_Assert(parse.memory_required <= sizeof(parse_memory));
parse = DN_INI_ParseFromPtr(EXAMPLE, sizeof(EXAMPLE) - 1, parse_memory, sizeof(parse_memory));