snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 8be440b54563d850dae1d6f7185765fdff7747bd
parent 26fbda787d0d5c8ba9259f79f4d2f937bd6c8ead
Author: Louis Brauer <louis77@noreply.codeberg.org>
Date:   Mon, 27 May 2024 17:03:29 +0000

Merge branch 'master' into master

Diffstat:
Mxs.h | 2+-
Mxs_version.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xs.h b/xs.h @@ -1322,7 +1322,7 @@ unsigned int xs_hash_func(const char *data, int size) int n; for (n = 0; n < size; n++) { - hash ^= data[n]; + hash ^= (unsigned char)data[n]; hash *= 111111111; } diff --git a/xs_version.h b/xs_version.h @@ -1 +1 @@ -/* e148ab08d5a55ac7bd30ff900f5eb048a57e21af 2024-05-27T05:33:01+02:00 */ +/* efb85fa3768a86f1609c520f0c86e8f87239b695 2024-05-27T08:24:40+02:00 */