From ab63dc5e04c27c6415b7418e4f87dde403e97d17 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Jun 2016 00:07:43 +0300 Subject: Fix compilation warning on i386 arch. --- src/emap/script_buildins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emap') diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c index d34b635..c2da166 100644 --- a/src/emap/script_buildins.c +++ b/src/emap/script_buildins.c @@ -1912,7 +1912,7 @@ BUILDIN(setFakeCells) #define checkHashTableExists(id) \ if (!htreg->hashtable_exists(id)) \ { \ - ShowError("%s: hashtable with id=%ld does not exist\n", __func__, id); \ + ShowError("%s: hashtable with id=%ld does not exist\n", __func__, (int)id); \ script_pushint(st, 0); \ return false; \ } -- cgit v1.2.3-70-g09d2