From 85c1980e88ef1a47313423bd13f7378247722260 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 16 Oct 2014 22:08:39 +0200 Subject: .. --- src/crawl/crawl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crawl/crawl.cpp b/src/crawl/crawl.cpp index 46b4f16..0698b75 100755 --- a/src/crawl/crawl.cpp +++ b/src/crawl/crawl.cpp @@ -126,7 +126,7 @@ static int lua_log( lua_State *l ) LOG( Logger::fromString( logLevel ) ) << ss.str( ); - lua_pop( l, nofParams ); + lua_pop( l, (int)nofParams ); return 0; } -- cgit v1.2.3-54-g00ecf