зеркало из https://github.com/mozilla/gecko-dev.git
bug 203406 : missing cast added
This commit is contained in:
Родитель
4672446205
Коммит
d7face4e52
|
@ -209,7 +209,7 @@ nsULE::NextCluster(const PRUnichar *aString,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
if (aIndex >= aLength) {
|
||||
if (PRUint32(aIndex) >= aLength) {
|
||||
*aNextOffset = aLength;
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче