aboutsummaryrefslogtreecommitdiff
path: root/time/tst_wcsftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/tst_wcsftime.c')
-rw-r--r--time/tst_wcsftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst_wcsftime.c b/time/tst_wcsftime.c
index 3f6f0d9f77..55c45f6a81 100644
--- a/time/tst_wcsftime.c
+++ b/time/tst_wcsftime.c
@@ -10,7 +10,7 @@ main (int argc, char *argv[])
int result = 0;
size_t n;
- time (&t);
+ t = time (NULL);
tp = gmtime (&t);
n = wcsftime (buf, sizeof (buf) / sizeof (buf[0]),