Fixing bustage. I checked in the patch from the bug, and not my local diff

This commit is contained in:
dougt%meer.net 2005-08-26 07:11:47 +00:00
Родитель 7c0ee6b9d3
Коммит 7fd4fa8910
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -105,7 +105,7 @@ nsXPITriggerItem::nsXPITriggerItem( const PRUnichar* aName,
if (!mHasher) return; if (!mHasher) return;
*colon = '\0'; // null the colon so that aHash is just the type. *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 *colon = ':'; // restore the colon
if (NS_SUCCEEDED(rv)) if (NS_SUCCEEDED(rv))