aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 7b52fdef..067e0f62 100644
--- a/src/library.js
+++ b/src/library.js
@@ -4415,7 +4415,7 @@ LibraryManager.library = {
return 0;
} else {
if (DLFCN_DATA.error) _free(DLFCN_DATA.error);
- var msgArr = Module.intArrayFromString(DLFCN_DATA.errorMsg);
+ var msgArr = intArrayFromString(DLFCN_DATA.errorMsg);
DLFCN_DATA.error = allocate(msgArr, 'i8', ALLOC_NORMAL);
DLFCN_DATA.errorMsg = null;
return DLFCN_DATA.error;