diff options
Diffstat (limited to 'lib/ephy-profile-migration.c')
-rw-r--r-- | lib/ephy-profile-migration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-migration.c b/lib/ephy-profile-migration.c index 01a4a20f7..857d4a491 100644 --- a/lib/ephy-profile-migration.c +++ b/lib/ephy-profile-migration.c @@ -224,7 +224,7 @@ parse_and_decrypt_signons (const char *signons, g_free (url); start += strlen (realmBracketBegin); - end_ptr = g_strstr_len (full_url, -1, realmBracketEnd); + end_ptr = g_strstr_len (full_url, -1, realmBracketEnd) -1; end = g_utf8_pointer_to_offset (full_url, end_ptr); realm = _g_utf8_substr (full_url, start, end); |