Initialise variable in g_time_val_from_iso8601()
authorMatthew W. S. Bell <matthew@bells23.org.uk>
Wed, 2 Dec 2009 00:48:30 +0000 (01:48 +0100)
committerJavier Jardón <jjardon@gnome.org>
Wed, 2 Dec 2009 00:48:30 +0000 (01:48 +0100)
commit2321e5aed07154761223bb124770beba56700e41
tree7c363771756ee69b1841b0c5f6300d9292ccd1a8
parent3d8035f799f632f196d914fde02dc052b7944581
Initialise variable in g_time_val_from_iso8601()

The function does not initialise the struct tm,
giving it improper values of tm_isdst making the result
an hour out.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=603540
glib/gtimer.c