mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r26078] Changed a timezone struct to NULL in testpar/t_cache.c.
Part of HDFFV-9085 Tested on: jam w/ parallel
This commit is contained in:
parent
edc8d356f3
commit
5bf140387f
@ -4245,7 +4245,6 @@ setup_rand(void)
|
||||
unsigned predefined_seeds[3] = {33402, 33505, 33422};
|
||||
unsigned seed;
|
||||
struct timeval tv;
|
||||
struct timezone tz;
|
||||
|
||||
if ( ( use_predefined_seeds ) &&
|
||||
( world_mpi_size == num_predefined_seeds ) ) {
|
||||
@ -4261,7 +4260,7 @@ setup_rand(void)
|
||||
|
||||
} else {
|
||||
|
||||
if ( HDgettimeofday(&tv, &tz) != 0 ) {
|
||||
if ( HDgettimeofday(&tv, NULL) != 0 ) {
|
||||
|
||||
nerrors++;
|
||||
if ( verbose ) {
|
||||
|
Loading…
Reference in New Issue
Block a user