medfall

A super great game engine
Log | Files | Refs

commit 6af1005188a73ccb84cff33851bf5f76b9ada61d
parent d01172b90afad8f8ca3c913835940d7e4702d994
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon, 26 Feb 2018 13:51:55 +0200

Oops

Diffstat:
ggentropy.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ggentropy.cc b/ggentropy.cc @@ -48,7 +48,7 @@ bool ggentropy( void * buf, size_t n ) { return true; if( errno != ENOSYS ) - FATAL( "getrandom" ); + return false; return try_urandom( buf, n ); }