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
parent a79b61361f
commit 931641699a

View File

@ -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)