diff options
author | Hristo Venev <hristo@venev.name> | 2015-11-16 10:15:05 +0200 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2015-11-17 23:52:09 +0200 |
commit | 436dd70f5331ec541ebdd84e106abaa63203f6f1 (patch) | |
tree | aeb12e97a49051979dce893fa1b92bed52ba1153 /src/basic/calendarspec.h | |
parent | 92939fc4c0261dccd4b755186aba84a9b1412bed (diff) |
calendarspec: sub-second support, v3
Diffstat (limited to 'src/basic/calendarspec.h')
-rw-r--r-- | src/basic/calendarspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/calendarspec.h b/src/basic/calendarspec.h index 56dc02f391..d703a1b67b 100644 --- a/src/basic/calendarspec.h +++ b/src/basic/calendarspec.h @@ -44,7 +44,7 @@ typedef struct CalendarSpec { CalendarComponent *hour; CalendarComponent *minute; - CalendarComponent *second; + CalendarComponent *microsecond; } CalendarSpec; void calendar_spec_free(CalendarSpec *c); |