Don't try to parse dates that start with anything but a digit, a plus or a
authorBastien Nocera <hadess@hadess.net>
Thu, 13 Dec 2007 14:44:37 +0000 (14:44 +0000)
committerBastien Nocera <hadess@src.gnome.org>
Thu, 13 Dec 2007 14:44:37 +0000 (14:44 +0000)
commit7bebca1f2e4df2311742abc6538787598769f417
tree00f65a21a8e6458163c513b97da328e3c835b132
parent85d370fb9bed886db93137b7b106cf6ce8dbfd1c
Don't try to parse dates that start with anything but a digit, a plus or a

2007-12-13  Bastien Nocera  <hadess@hadess.net>

* glib/gtimer.c: (g_time_val_from_iso8601):
Don't try to parse dates that start with anything but a
digit, a plus or a minus sign, as those can't be valid
ISO8601 dates (Closes: #503029)

svn path=/trunk/; revision=6111
ChangeLog
glib/gtimer.c