From fd8ff03480d588c28b9424f2976beadbe7a55a35 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 26 Dec 2018 01:28:15 +0000 Subject: snapshot of project "lynx", label v2-9-0dev_0a --- src/LYOptions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LYOptions.c') diff --git a/src/LYOptions.c b/src/LYOptions.c index 6b4b0e0a..33bf66cf 100644 --- a/src/LYOptions.c +++ b/src/LYOptions.c @@ -1,4 +1,4 @@ -/* $LynxId: LYOptions.c,v 1.178 2018/03/19 23:06:50 tom Exp $ */ +/* $LynxId: LYOptions.c,v 1.179 2018/12/26 01:23:33 tom Exp $ */ #include #include #include /* 'reloading' flag */ @@ -3551,7 +3551,7 @@ static char *NewSecureValue(void) FREE(secure_value); if ((secure_value = typeMallocn(char, 80)) != 0) { #if defined(RAND_MAX) - long key = lynx_rand(); + long key = (long) lynx_rand(); #else long key = (long) secure_value + (long) time(0); -- cgit 1.4.1-2-gfad0