summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 2645b3ce0f..d3e588c368 100644
--- a/time.c
+++ b/time.c
@@ -944,7 +944,7 @@ time_load(klass, str)
}
if ((p & (1<<31)) == 0) {
- return time_new_internal(klass, sec, usec);
+ return time_new_internal(klass, p, s);
}
p &= ~(1<<31);
tm.tm_year = (p >> 14) & 0x1ffff;