gtimer: Fix a compilation warning
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 4 Sep 2010 17:03:33 +0000 (18:03 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 4 Sep 2010 17:03:33 +0000 (18:03 +0100)
glib/gtimer.c

index 35e7369..0e2bcce 100644 (file)
@@ -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))