[glib] gtimer: Fix a compilation warning
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gtimer: Fix a compilation warning
- Date: Sat, 4 Sep 2010 17:05:00 +0000 (UTC)
commit b1dbcc40237f77f3648b8f5fd654ce30d260f7ba
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Sat Sep 4 18:03:33 2010 +0100
gtimer: Fix a compilation warning
glib/gtimer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gtimer.c b/glib/gtimer.c
index 35e7369..0e2bcce 100644
--- a/glib/gtimer.c
+++ b/glib/gtimer.c
@@ -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))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]