diff options
-rw-r--r-- | src/emap/script_buildins.c | 2 |
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; \ } |