You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
413 B

  1. --- a/src/h_lua_common.c
  2. +++ b/src/h_lua_common.c
  3. @@ -79,7 +79,7 @@ lua_common_setup (char *shell, list_t *
  4. /* and load our haserl library */
  5. if (luaL_loadbuffer
  6. - (lua_vm, (const char *) &haserl_lualib, sizeof (haserl_lualib),
  7. + (lua_vm, (const char *) haserl_lualib, sizeof(haserl_lualib)-1,
  8. "luascript.lua") || lua_pcall (lua_vm, 0, 0, 0))
  9. {
  10. die_with_message (NULL, NULL,