зеркало из https://github.com/mozilla/pjs.git
Bug 361792 - Signed-unsigned comparison in nsVoidArray.cpp. r+sr=darin
This commit is contained in:
Родитель
e522fe4873
Коммит
b4488ce6a0
|
@ -221,7 +221,7 @@ PRBool nsVoidArray::SizeTo(PRInt32 aSize)
|
|||
return PR_TRUE;
|
||||
}
|
||||
|
||||
if (aSize < oldsize) {
|
||||
if ((PRUint32) aSize < oldsize) {
|
||||
// No point in allocating if it won't free the current Impl anyway.
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче