summaryrefslogtreecommitdiff
path: root/src/rand.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-03-11 18:24:13 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-03-11 18:24:13 +0100
commit980784c1917f19bfd2e9b11faca76d14e8589daa (patch)
treec9b3988642585cd50af5ec1ffad75331886c0aa4 /src/rand.c
parentbfef0924f58eab930bdd826ac0132786abc32220 (diff)
New upstream version 4.12upstream/4.12
Diffstat (limited to 'src/rand.c')
-rw-r--r--src/rand.c2
1 files changed, 1 insertions, 1 deletions
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;