Skip to content
Snippets Groups Projects
Commit 1975598f authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

ChangeLog: update

parent 6d1b836d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
2015-03-26 Uwe Schulzweida
* using CDI library version 1.6.8
* Version 1.6.8 released
2015-03-25 Uwe Schulzweida
......
......@@ -349,9 +349,11 @@ void *Importbinary(void *argument)
pvar++;
}
int calendar = CALENDAR_STANDARD;
taxisID = taxisCreate(TAXIS_RELATIVE);
taxisDefCalendar(taxisID, CALENDAR_STANDARD);
taxisDefCalendar(taxisID, calendar);
vlistDefTaxis(vlistID, taxisID);
......
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