Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 763a723

Browse files
Merge pull request #2072 from BerndN/patch-7
[Bug 22145] Add missing variable declaration
2 parents fa4de52 + d5e7a13 commit 763a723

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,7 @@ function autoCompleteCompletionRequired pLineNumber, pStructureType, pStructureN
18661866
local tScript
18671867
put textGetScript() into tScript
18681868

1869+
local tOutOfBounds
18691870
put autoCompleteInSlashCommentOrOutOfHandler(tScript, pLineNumber) into tOutOfBounds
18701871
if tOutOfBounds then
18711872
return false

notes/bugfix-22145.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add missing variable declaration to editorcommon

0 commit comments

Comments
 (0)