Corrected typo from the last commit that will cause a crash. . .

This commit is contained in:
Tim Edwards 2021-03-23 11:14:44 -04:00
parent c2aedcebab
commit e152deb97b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.146
8.3.147

View File

@ -432,7 +432,7 @@ SimTreeCopyConnect(scx, mask, xMask, connect, area, destUse, Node_Name)
newtype = csa2.csa2_list[csa2.csa2_top].dinfo;
if (csa2.csa2_top == 0)
{
if (StckLook(csa2.csa2_stack) != (ClientData)NULL)
if (StackLook(csa2.csa2_stack) != (ClientData)NULL)
{
freeMagic(csa2.csa2_list);
csa2.csa2_list = (conSrArea *)StackPop(csa2.csa2_stack);