diff options
-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 a4d781f..c2491ba 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -236,7 +236,7 @@ static void open1lib( struct s_Universe* U, lua_State* L, char const* name_, siz | |||
236 | if( libfunc != NULL) | 236 | if( libfunc != NULL) |
237 | { | 237 | { |
238 | bool_t const isLanesCore = (libfunc == require_lanes_core) ? TRUE : FALSE; // don't want to create a global for "lanes.core" | 238 | bool_t const isLanesCore = (libfunc == require_lanes_core) ? TRUE : FALSE; // don't want to create a global for "lanes.core" |
239 | DEBUGSPEW_CODE( fprintf( stderr, INDENT_BEGIN "opening %.*s library\n" INDENT_END, len_, name_)); | 239 | DEBUGSPEW_CODE( fprintf( stderr, INDENT_BEGIN "opening %.*s library\n" INDENT_END, (int) len_, name_)); |
240 | STACK_CHECK( L); | 240 | STACK_CHECK( L); |
241 | if( isLanesCore == TRUE) | 241 | if( isLanesCore == TRUE) |
242 | { | 242 | { |