Skip to content
Snippets Groups Projects
Commit cdb2bbd7 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

fixes bug in mtime routine getEventFirstTriggerDateTime

parent 453058e9
No related branches found
No related tags found
No related merge requests found
......@@ -1239,6 +1239,8 @@ getEventFirstTriggerDateTime(struct _datetime* start_dt, struct _timedelta* time
/* anchor_jd now has the true trigger time. Copy it to anchor. */
julian2date(&anchor_jd,&anchor);
break;
default:
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment