diff options
Diffstat (limited to 'src/loslib.js')
-rw-r--r-- | src/loslib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loslib.js b/src/loslib.js index 814d1b2..66bcb18 100644 --- a/src/loslib.js +++ b/src/loslib.js @@ -141,7 +141,7 @@ const os_date = function(L) { } if (stm === null) /* invalid date? */ - luaL_error(L, to_luastring("time result cannot be represented in this installation", true)); + luaL_error(L, to_luastring("time result cannot be represented in this installation")); if (s[i] === "*".charCodeAt(0) && s[i+1] === "t".charCodeAt(0)) { lua_createtable(L, 0, 9); /* 9 = number of fields */ setallfields(L, stm, utc); |