This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 43e3405
authored
Auto-merge pull request #5972 from runrevmark/fix-prop_used_before_assign_error
[[ Script ]] Fix throwing of 'property used before assigned' error
This patch ensures that the key / value list passed to MCErrorCreateAndThrow
in the PropertyUsedBeforeAssigned throw function is nullptr terminated.1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments