remove debug modification that I checked in accidentally
This commit is contained in:
parent
373b575f5a
commit
88618bac73
1 changed files with 1 additions and 1 deletions
2
e_os.h
2
e_os.h
|
@ -79,7 +79,7 @@ extern "C" {
|
|||
#ifndef DEVRANDOM
|
||||
/* set this to your 'random' device if you have one.
|
||||
* My default, we will try to read this file */
|
||||
#define DEVRANDOM "/gibtsnich/dev/urandom"
|
||||
#define DEVRANDOM "/dev/urandom"
|
||||
#endif
|
||||
|
||||
#if defined(__MWERKS__) && defined(macintosh)
|
||||
|
|
Loading…
Reference in a new issue