diff options
Diffstat (limited to 'src/tools.c')
-rw-r--r-- | src/tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.c b/src/tools.c index 0ef779a..98938f0 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -1816,7 +1816,7 @@ int luaG_inter_copy( Universe* U, lua_State* L, lua_State* L2, uint_t n, LookupM | |||
1816 | uint_t top_L2 = lua_gettop( L2); | 1816 | uint_t top_L2 = lua_gettop( L2); |
1817 | uint_t i, j; | 1817 | uint_t i, j; |
1818 | char tmpBuf[16]; | 1818 | char tmpBuf[16]; |
1819 | char* pBuf = U->verboseErrors ? tmpBuf : "?"; | 1819 | char const* pBuf = U->verboseErrors ? tmpBuf : "?"; |
1820 | bool_t copyok = TRUE; | 1820 | bool_t copyok = TRUE; |
1821 | 1821 | ||
1822 | if( n > top_L) | 1822 | if( n > top_L) |