Thinking of glib's GObject (and) Introspection API

Milan Crha mcrha at redhat.com
Wed May 4 23:29:11 PDT 2016


On Wed, 2016-05-04 at 22:54 +0200, Milan Crha wrote:
> 0002) the gmtime_r is not available on windows, thus fallback to
>       gmtime there; the HAVE_GMTIME_R in config.h is not defined,
>       as expected, only the code doesn't check for it; evolution-
>       data-server contains a similar change which works fine

	Hi,
I realized I made an error in the above patch, it returned 'tmp' also
on error, while it was supposed to return NULL in the error case. No
big deal with the libical usage, but better to have it right. The
evolution-data-server did return NULL (zero) in the error state, but I
mistakenly changed that in the proposed patch.

The attached is a correct patch.
	Bye,
	Milan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fallback-to-gmtime-when-gmtime_r-is-not-available.patch
Type: text/x-patch
Size: 2944 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/libical-devel/attachments/20160505/bf5e0640/attachment.bin>


More information about the libical-devel mailing list