[epiphany/wip/ephy-sync: 106/126] bookmark: Change id length to 32



commit ae6d8b4c3d49a64df3be0c864945b44e5c39fcf4
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date:   Mon Aug 8 21:12:44 2016 +0300

    bookmark: Change id length to 32

 src/ephy-bookmark.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-bookmark.c b/src/ephy-bookmark.c
index 403df5b..d9fde77 100644
--- a/src/ephy-bookmark.c
+++ b/src/ephy-bookmark.c
@@ -188,7 +188,7 @@ ephy_bookmark_class_init (EphyBookmarkClass *klass)
 static void
 ephy_bookmark_init (EphyBookmark *self)
 {
-  self->id = ephy_sync_crypto_generate_random_string (12);
+  self->id = ephy_sync_crypto_generate_random_string (32);
 }
 
 static JsonNode *


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