diff --git a/core/hashtables/hashtables.factor b/core/hashtables/hashtables.factor index ee1fcdefa7..4194fc796a 100644 --- a/core/hashtables/hashtables.factor +++ b/core/hashtables/hashtables.factor @@ -24,7 +24,7 @@ TUPLE: hashtable : (key@) ( key array i probe# -- array n ? ) [ 3dup swap array-nth ] dip over ((empty)) eq? - [ drop 3drop no-key ] [ + [ 4drop no-key ] [ [ = ] dip swap [ drop rot drop t ] [ probe (key@) ]