From 2203602c9a39d61573b5275804bb255ba65f65cd Mon Sep 17 00:00:00 2001 From: Egon Rath Date: Thu, 3 Nov 2022 12:21:27 +0100 Subject: [PATCH] Fixed crash when dealing with large tables --- Mathomir/Toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mathomir/Toolbox.cpp b/Mathomir/Toolbox.cpp index b9c3f38..9cb09f3 100644 --- a/Mathomir/Toolbox.cpp +++ b/Mathomir/Toolbox.cpp @@ -4080,7 +4080,7 @@ void CToolbox::OnMouseMove(UINT nFlags, CPoint point) int langid=6000; char *text=""; char *easycast=""; - short key; + short key=-1; char *command=""; char buff[32]; strcpy(buff,"");