Skip to content
Snippets Groups Projects
Commit 0f529d84 authored by Jan Frederik Engels's avatar Jan Frederik Engels :new_moon: Committed by Luis Kornblueh
Browse files

Set otherwise unset struct element.

parent d027cf98
No related branches found
Tags 1.0.11-rc3
No related merge requests found
......@@ -865,6 +865,9 @@ julianDeltaToTimeDelta(struct _juliandelta* jd, struct _datetime* base_dt, struc
/* Pointer to an array of month_specific_delta_in_months. */
const int (*msdinm)[NO_OF_MONTHS_IN_A_YEAR+1];
/* We simply assume this routines returns a "normalized" timedelta. */
td_return->flag_std_form = 1;
/* Set parameter according to calender. */
switch (getCalendarType())
{
......
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