aboutsummaryrefslogtreecommitdiffstats
path: root/z47.c
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-05-19 00:36:53 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-05-19 00:36:53 +0200
commit71d625f730d872791eef74d7999e1be28d5e5c7e (patch)
treee15070e9b9c169165b8d0410bc81851f68addb0f /z47.c
parentadfba3772459ce4261cfd17922271fee3443a7dc (diff)
downloadlout-71d625f730d872791eef74d7999e1be28d5e5c7e.tar.gz
Lout 3.40.
http://jeffreykingston.id.au/lout/lout-3.40.tar.gz
Diffstat (limited to 'z47.c')
-rw-r--r--z47.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/z47.c b/z47.c
index 2ce949f..855f74e 100644
--- a/z47.c
+++ b/z47.c
@@ -48,7 +48,7 @@ static OBJECT tab[TAB_SIZE];
#define hash1(pos, env, fnum) \
{ \
- pos = ( (unsigned int) env + fnum ) % TAB_SIZE; \
+ pos = ( (unsigned long) env + fnum ) % TAB_SIZE; \
}
#define hash2(pos, fnum, offset) \