Browse Source

init structure with 0 instead NULL

pre-master-46
dwarning 17 years ago
parent
commit
62ef3c6793
  1. 2
      src/misc/misc_time.c

2
src/misc/misc_time.c

@ -99,7 +99,7 @@ seconds(void)
{
#ifdef HAVE_GETRUSAGE
int ret;
struct rusage ruse = {{NULL, NULL}};
struct rusage ruse = {{0, 0}};
#ifdef PARALLEL_ARCH
return (TCGTIME_());

Loading…
Cancel
Save