Fix bad memory access in ReplaceAll

This commit is contained in:
Krzosa Karol
2026-03-05 16:55:58 +01:00
parent 52c55e27d9
commit 9b2c8626d4
4 changed files with 7 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ bool SearchCaseSensitive = false;
bool SearchWordBoundary = false;
bool BreakOnError = false;
Int ErrorCount;
bool DebugTraceBufferInits = false;
Allocator SysAllocator = {SystemAllocatorProc};
float DPIScale = 1.0f;