summaryrefslogtreecommitdiff
path: root/zaphod32_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'zaphod32_hash.h')
-rw-r--r--zaphod32_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaphod32_hash.h b/zaphod32_hash.h
index 842b2473f9..353d85b3f3 100644
--- a/zaphod32_hash.h
+++ b/zaphod32_hash.h
@@ -184,7 +184,7 @@ U32 zaphod32_hash_with_state(
) {
U32 *state= (U32 *)state_ch;
const U8 *end;
- U32 len = key_len;
+ STRLEN len = key_len;
U32 v0= state[0];
U32 v1= state[1];
U32 v2= state[2] ^ (0xC41A7AB1 * (key_len + 1));