gtimer: Fix a compilation warning

This commit is contained in:
Emmanuele Bassi 2010-09-04 18:03:33 +01:00
parent 01a46e5c65
commit b1dbcc4023

View File

@ -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))