glib2: update to 2.49.7

Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
Peter Wagner
2016-09-19 21:45:24 +02:00
parent 64c6b8b735
commit 5dfd322a3a
4 changed files with 9 additions and 59 deletions
@@ -9,11 +9,9 @@ https://bugzilla.gnome.org/761550
glib/gdate.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/glib/gdate.c b/glib/gdate.c
index 4aece02..cdc735c 100644
--- a/glib/gdate.c
+++ b/glib/gdate.c
@@ -2494,7 +2494,10 @@ g_date_strftime (gchar *s,
@@ -2497,7 +2497,10 @@ g_date_strftime (gchar *s,
* recognize whether strftime actually failed or just returned "".
*/
tmpbuf[0] = '\1';
@@ -24,6 +22,3 @@ index 4aece02..cdc735c 100644
if (tmplen == 0 && tmpbuf[0] != '\0')
{
--
cgit v0.12