We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25763b commit 7cf24cbCopy full SHA for 7cf24cb
1 file changed
src/library.js
@@ -3881,7 +3881,7 @@ LibraryManager.library = {
3881
}
3882
if (!ok) {
3883
___setErrNo(ERRNO_CODES.EINVAL);
3884
- return 0;
+ return [0, 0];
3885
3886
3887
try {
@@ -3895,7 +3895,7 @@ LibraryManager.library = {
3895
{{{ makeSetValue('endptr', 0, 'str', '*') }}}
3896
3897
3898
- ret = i64Math.result.slice(0);
+ var ret = i64Math.result.slice(0);
3899
3900
return ret;
3901
},
0 commit comments