Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
1313bdb5
Commit
1313bdb5
authored
Feb 27, 2021
by
Deucе
👌🏾
Browse files
Fix @LABEL
parent
da2837e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xtrn/lord2/lord2.js
xtrn/lord2/lord2.js
+2
-2
No files found.
xtrn/lord2/lord2.js
View file @
1313bdb5
...
...
@@ -2929,8 +2929,8 @@ rescan:
//if (obj.section[lab] !== undefined)
// throw new Error('Duplicate label name '+lab+' in section '+cs+' in '+fname);
// But the *FIRST* match is the right one!
if
(
obj
.
section
[
cs
]
===
undefined
)
obj
.
section
[
cs
]
=
{
line
:
n
};
if
(
obj
.
section
[
lab
]
===
undefined
)
obj
.
section
[
lab
]
=
{
line
:
n
};
return
;
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment