[epiphany/gnome-3-26] profile-migrator: Fix format string check added in previous commit



commit 9bf558c676c516839c399b2557912a90b8f805ed
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jan 22 13:29:43 2018 -0600

    profile-migrator: Fix format string check added in previous commit
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792683

 src/profile-migrator/ephy-profile-migrator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/profile-migrator/ephy-profile-migrator.c b/src/profile-migrator/ephy-profile-migrator.c
index 6be0a89..d18e261 100644
--- a/src/profile-migrator/ephy-profile-migrator.c
+++ b/src/profile-migrator/ephy-profile-migrator.c
@@ -1326,7 +1326,7 @@ convert_bookmark_timestamp (GVariant *value)
   const char *id;
   char *tag;
 
-  if (!g_variant_check_format_string (value, "(x&s&sdbas)", FALSE))
+  if (!g_variant_check_format_string (value, "(xssdbas)", FALSE))
     return NULL;
 
   g_variant_get (value, "(x&s&sdbas)",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]