Commit 88618bac authored by Ulf Möller's avatar Ulf Möller
Browse files

remove debug modification that I checked in accidentally

parent 373b575f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)