aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/library.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library.js b/src/library.js
index 8c3740b3..277c4574 100644
--- a/src/library.js
+++ b/src/library.js
@@ -2326,9 +2326,9 @@ LibraryManager.library = {
argSize = 4;
break;
default:
- argSize = undefined;
+ argSize = null;
}
- if (argSize !== undefined) textIndex++;
+ if (argSize) textIndex++;
next = {{{ makeGetValue(0, 'textIndex+1', 'i8') }}};
// Handle type specifier.