зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bustage. I checked in the patch from the bug, and not my local diff
This commit is contained in:
Родитель
7c0ee6b9d3
Коммит
7fd4fa8910
|
@ -105,7 +105,7 @@ nsXPITriggerItem::nsXPITriggerItem( const PRUnichar* aName,
|
|||
if (!mHasher) return;
|
||||
|
||||
*colon = '\0'; // null the colon so that aHash is just the type.
|
||||
nsresult rv = mHasher->InitWithString(aHash);
|
||||
nsresult rv = mHasher->InitWithString(nsDependentCString(aHash));
|
||||
*colon = ':'; // restore the colon
|
||||
|
||||
if (NS_SUCCEEDED(rv))
|
||||
|
|
Загрузка…
Ссылка в новой задаче