From ce1ca12ff11b17ba26b500e04be3bd7e2639cb8e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Jun 2016 00:18:31 +0300 Subject: Fix another i386 warning. --- src/emap/script_buildins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emap/script_buildins.c') diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c index dfe0e1d..c4c1d3a 100644 --- a/src/emap/script_buildins.c +++ b/src/emap/script_buildins.c @@ -2047,7 +2047,7 @@ BUILDIN(htIterator) #define checkHtIteratorExists(id) \ if (!htreg->iterator_exists(id)) \ { \ - ShowError("%s: htIterator with id=%ld does not exist\n", __func__, id); \ + ShowError("%s: htIterator with id=%d does not exist\n", __func__, (int)id); \ script_pushint(st, 0); \ return false; \ } -- cgit v1.2.3-60-g2f50