Bustage fix for previous checkin (sorry) Bug 287540 - (Bv1) <nsXPInstallManager.cpp>.

This commit is contained in:
bugzilla%standard8.demon.co.uk 2005-07-30 20:10:35 +00:00
Родитель 6262693c6b
Коммит f7603e43d4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -162,7 +162,7 @@ nsXPInstallManager::InitManagerFromChrome(const PRUnichar **aURLs, PRUint32 aURL
if (!mTriggers)
return NS_ERROR_OUT_OF_MEMORY;
for (PRUInt32 i = 0; i < aURLCount; ++i)
for (PRUint32 i = 0; i < aURLCount; ++i)
{
nsXPITriggerItem* item = new nsXPITriggerItem(0, aURLs[i], nsnull);
if (!item)