projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a46e5
)
gtimer: Fix a compilation warning
author
Emmanuele Bassi
<ebassi@linux.intel.com>
Sat, 4 Sep 2010 17:03:33 +0000
(18:03 +0100)
committer
Emmanuele Bassi
<ebassi@linux.intel.com>
Sat, 4 Sep 2010 17:03:33 +0000
(18:03 +0100)
glib/gtimer.c
patch
|
blob
|
history
diff --git
a/glib/gtimer.c
b/glib/gtimer.c
index
35e7369
..
0e2bcce
100644
(file)
--- 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))