From 10a1cabfaf1d344adb9f60908212195ec2043c89 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Jun 2016 00:12:40 +0300 Subject: Fox compilation warning again. --- 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 c2da166..dfe0e1d 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__, (int)id); \ + ShowError("%s: hashtable with id=%d does not exist\n", __func__, (int)id); \ script_pushint(st, 0); \ return false; \ } -- cgit v1.2.3-60-g2f50