summaryrefslogtreecommitdiff
path: root/src/crawl/crawl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crawl/crawl.cpp')
-rwxr-xr-xsrc/crawl/crawl.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}