avoid NZATMix returning false on its identity mapping (00000000h)

This commit is contained in:
tg 2014-01-05 22:17:57 +00:00
parent 89e774fd7e
commit 95a19997b8

View File

@ -1,5 +1,5 @@
# $Id$ # $Id$
# $MirOS: src/bin/mksh/dot.mkshrc,v 1.86 2014/01/02 22:51:01 tg Exp $ # $MirOS: src/bin/mksh/dot.mkshrc,v 1.87 2014/01/05 22:17:57 tg Exp $
#- #-
# Copyright (c) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, # Copyright (c) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012, 2013, 2014 # 2011, 2012, 2013, 2014
@ -387,6 +387,7 @@ function Lnzathash_mix {
((# t ^= (Lnzathash_v << 1) & 0xFEFEFEFE )) ((# t ^= (Lnzathash_v << 1) & 0xFEFEFEFE ))
((# Lnzathash_v = t ^ (t <<< 24) ^ (Lnzathash_v <<< 8) ^ \ ((# Lnzathash_v = t ^ (t <<< 24) ^ (Lnzathash_v <<< 8) ^ \
(Lnzathash_v <<< 16) ^ (Lnzathash_v <<< 24) )) (Lnzathash_v <<< 16) ^ (Lnzathash_v <<< 24) ))
:
} }
# strip comments (and leading/trailing whitespace if IFS is set) from # strip comments (and leading/trailing whitespace if IFS is set) from