remove debug modification that I checked in accidentally

This commit is contained in:
Ulf Möller 2000-01-16 16:04:26 +00:00
parent 373b575f5a
commit 88618bac73

2
e_os.h
View file

@ -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)