We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60c7e9c + 87f110e commit fb80b57Copy full SHA for fb80b57
1 file changed
src/dis7/EntityMarking.js
@@ -23,7 +23,7 @@ dis.EntityMarking = function()
23
this.characterSet = 0;
24
25
/** The characters */
26
- this.characters = new Array(12);
+ this.characters = new Array(11);
27
28
// ensure null-terminated string
29
this.characters[0] = 0;
0 commit comments