Skip to content

Commit 1b161ee

Browse files
committed
fix variable name
1 parent 008d599 commit 1b161ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
550550
this.stmt,
551551
pos,
552552
strptr,
553-
bytes.length - 1,
553+
length - 1,
554554
0
555555
));
556556
return true;

0 commit comments

Comments
 (0)