mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 20:29:21 +02:00
gtimer: Fix a compilation warning
This commit is contained in:
@@ -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))
|
||||||
|
Reference in New Issue
Block a user