Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2009, 7:44:46 PM (15 years ago)
Author:
rgrieder
Message:

Fixed tolua update:

  • Too many changes in package.lua (somehow glitched..)
  • Lua has a problem with the variadic function used.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/tolua/lua/basic.lua

    r3127 r3129  
    377377
    378378-- called to output an error message
    379 function output_error_hook(...)
    380     return string.format(...)
     379function output_error_hook(str, arg)
     380    return string.format(str, arg)
    381381end
    382382
Note: See TracChangeset for help on using the changeset viewer.