зеркало из https://github.com/mozilla/gecko-dev.git
fixing cement IRIX tinderbox bustage
This commit is contained in:
Родитель
fa001dca4d
Коммит
7c87e4cfce
|
@ -191,7 +191,7 @@ NS_IMETHODIMP nsUnicodeToTIS620::Convert(const PRUnichar * input,
|
||||||
|
|
||||||
// Cleanup Run Info;
|
// Cleanup Run Info;
|
||||||
aPtr = txtRuns.head;
|
aPtr = txtRuns.head;
|
||||||
for (int i = 0; i < txtRuns.numRuns; i++) {
|
for (i = 0; i < txtRuns.numRuns; i++) {
|
||||||
aTmpPtr = aPtr;
|
aTmpPtr = aPtr;
|
||||||
aPtr = aPtr->next;
|
aPtr = aPtr->next;
|
||||||
delete aTmpPtr;
|
delete aTmpPtr;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче