mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-28 18:16:53 +02: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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
*iso_date++;
|
iso_date++;
|
||||||
|
|
||||||
/* If there is a 'T' then there has to be a time */
|
/* If there is a 'T' then there has to be a time */
|
||||||
if (!g_ascii_isdigit (*iso_date))
|
if (!g_ascii_isdigit (*iso_date))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user