diff options
-rw-r--r-- | lib/ephy-profile-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c index ae7771268..d5caaa9e8 100644 --- a/lib/ephy-profile-utils.c +++ b/lib/ephy-profile-utils.c @@ -198,7 +198,7 @@ ephy_profile_utils_do_migration (int test_to_run, gboolean debug) GError *error = NULL; char *index = NULL, *version = NULL; int status; - char *argv[5] = { EPHY_PROFILE_MIGRATOR, "-v" }; + char *argv[6] = { EPHY_PROFILE_MIGRATOR, "-v" }; char *envp[1] = { "EPHY_LOG_MODULES=ephy-profile" }; argv[2] = version = g_strdup_printf ("%d", EPHY_PROFILE_MIGRATION_VERSION); |