Skip to content

Commit 229c6f9

Browse files
Merge remote-tracking branch 'origin/develop-6.7-gyp' into develop-7.0-gyp
Conflicts: engine/src/dispatch.cpp
2 parents 5992ff3 + 4ddc08f commit 229c6f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

engine/src/dispatch.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,8 +931,7 @@ IO_stat MCDispatch::doreadfile(MCStringRef p_openpath, MCStringRef p_name, IO_ha
931931
{
932932
MCnoui = True;
933933
MCscreen = new MCUIDC;
934-
/* UNCHECKED */ MCStackSecurityCreateStack(sptr);
935-
stacks = sptr;
934+
/* UNCHECKED */ MCStackSecurityCreateStack(stacks);
936935
MCdefaultstackptr = MCstaticdefaultstackptr = stacks;
937936
stacks->setparent(this);
938937
stacks->setname_cstring("revScript");

0 commit comments

Comments
 (0)