summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-24 00:12:40 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-24 00:12:40 +0300
commit10a1cabfaf1d344adb9f60908212195ec2043c89 (patch)
treeffae57e5e7b76aad9cf3239707ee46c8d465db3b
parentab63dc5e04c27c6415b7418e4f87dde403e97d17 (diff)
downloadevol-hercules-10a1cabfaf1d344adb9f60908212195ec2043c89.tar.gz
evol-hercules-10a1cabfaf1d344adb9f60908212195ec2043c89.tar.bz2
evol-hercules-10a1cabfaf1d344adb9f60908212195ec2043c89.tar.xz
evol-hercules-10a1cabfaf1d344adb9f60908212195ec2043c89.zip
Fox compilation warning again.
-rw-r--r--src/emap/script_buildins.c2
1 files changed, 1 insertions, 1 deletions
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; \
}