From 980784c1917f19bfd2e9b11faca76d14e8589daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 11 Mar 2023 18:24:13 +0100 Subject: New upstream version 4.12 --- src/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rand.c') diff --git a/src/rand.c b/src/rand.c index 4a3f3ce..498d4a5 100644 --- a/src/rand.c +++ b/src/rand.c @@ -27,7 +27,7 @@ static unsigned int HXrand_obtain_seed(void) { - unsigned int s; + unsigned long s; #if defined(HAVE_CLOCK_GETTIME) struct timespec tv; -- cgit v1.2.3