diff options
Diffstat (limited to 'test/pool.c')
-rw-r--r-- | test/pool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pool.c b/test/pool.c index 648a501..59f9201 100644 --- a/test/pool.c +++ b/test/pool.c @@ -636,10 +636,10 @@ test_allocate_random(void) /* Initialize random number seed */ curr_time = HDtime(NULL); -#ifdef QAK +#if 0 curr_time=1115412944; HDfprintf(stderr,"curr_time=%lu\n",(unsigned long)curr_time); -#endif /* QAK */ +#endif HDsrandom((unsigned)curr_time); /* Create a memory pool */ |