зеркало из https://github.com/mozilla/pjs.git
Bug 364042: first startup profile migration is broken, r=mano
This commit is contained in:
Родитель
1dc4af9a54
Коммит
50760a0c9d
|
@ -191,6 +191,9 @@ nsProfileMigrator::GetDefaultBrowserMigratorKey(nsACString& aKey,
|
|||
if (len == -1)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
// Move past ".exe"
|
||||
len += 4;
|
||||
|
||||
PRUint32 start = 0;
|
||||
// skip an opening quotation mark if present
|
||||
if (value.get()[1] != ':') {
|
||||
|
|
Загрузка…
Ссылка в новой задаче