зеркало из https://github.com/mozilla/gecko-dev.git
Bug 361792 - Signed-unsigned comparison in nsVoidArray.cpp. r+sr=darin
This commit is contained in:
Родитель
ad1af2ce32
Коммит
a48182c886
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче