Skip to content

Commit

Permalink
Fixed crash when dealing with large tables
Browse files Browse the repository at this point in the history
  • Loading branch information
egrath committed Nov 3, 2022
1 parent 026aadd commit 2203602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathomir/Toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,"");
Expand Down

0 comments on commit 2203602

Please sign in to comment.