Skip to content
Snippets Groups Projects
Commit 6e412dc8 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor bugfix

Rev: src/pike_memory.c:1.15
parent fb05b6bc
Branches
Tags
No related merge requests found
...@@ -174,8 +174,8 @@ unsigned INT32 hashmem(const unsigned char *a,INT32 len,INT32 mlen) ...@@ -174,8 +174,8 @@ unsigned INT32 hashmem(const unsigned char *a,INT32 len,INT32 mlen)
#ifdef HANDLES_UNALIGNED_MEMORY_ACCESS #ifdef HANDLES_UNALIGNED_MEMORY_ACCESS
{ {
unsigned int *b; unsigned INT32 *b;
b=(unsigned int *)a; b=(unsigned INT32 *)a;
for(mlen>>=3;--mlen>=0;) for(mlen>>=3;--mlen>=0;)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment