summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/ScheduleInterface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index b0c4ae79..99dac994 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -1725,6 +1725,7 @@ static int SchedulePrintTimes(const char *where, t_sched_data *data)
for (i = 0; i < data->total_time->n_vals; i++)
{
data->total_time->vals[i].type = data->info->vals[i].type;
+ data->total_time->vals[i].units = data->info->vals[i].units;
data->total_time->vals[i].heading = data->info->vals[i].heading;
}
description = (char *) malloc (strlen (where) + 16);