mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-06 09:06:54 +02:00
Corrected typo from the last commit that will cause a crash. . .
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user