bug: icaltime_is_floating() declared but appears to have no implementation.
Michael Cree
mcree at orcon.net.nz
Wed Oct 8 01:08:28 PDT 2014
The function icaltime_is_floating() is declared in libical/ical.h as
int icaltime_is_floating(const struct icaltimetype t);
however there appears to be no implementation of this function in
libical. Indeed, when linking a module calling this function with
libical an undefined reference to icaltime_is_floating is reported.
Cheers
Michael.
More information about the libical-devel
mailing list