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:30 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-03-11 18:24:30 +0100
commita3913e1798d5cf3e1669bd1eaec1bf17dba88e49 (patch)
treec9a7de96002ffaa5df663540398f81d7ba69241e /src/rand.c
parent2feb2da15867887be02beaadf9a92d2e8a997b85 (diff)
parent3cd3fca072b0f0958d260a5b147bb09df165bd0f (diff)
Merge branch 'feature/upstream' into develop
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;