summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 625a4c59be..f20549307f 100644
--- a/st.c
+++ b/st.c
@@ -558,5 +558,5 @@ static int
numhash(n)
long n;
{
- return n;
+ return n / 7;
}