summaryrefslogtreecommitdiffstats
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 fecb9f40..d1e64526 100644
--- a/time.c
+++ b/time.c
@@ -177,7 +177,7 @@ static void tm_to_time_struct(val time_struct, struct tm *ptm)
static val broken_time_struct(struct tm *tms)
{
- args_decl(args, ARGS_MIN);
+ args_decl_constsize(args, ARGS_MIN);
val ts = make_struct(time_s, nil, args);
tm_to_time_struct(ts, tms);