mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
gtimer: Fix a compilation warning
This commit is contained in:
parent
01a46e5c65
commit
b1dbcc4023
@ -441,7 +441,7 @@ g_time_val_from_iso8601 (const gchar *iso_date,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
*iso_date++;
|
||||
iso_date++;
|
||||
|
||||
/* If there is a 'T' then there has to be a time */
|
||||
if (!g_ascii_isdigit (*iso_date))
|
||||
|
Loading…
Reference in New Issue
Block a user