fixing cement IRIX tinderbox bustage

git-svn-id: svn://10.0.0.236/trunk@102405 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
2001-09-06 12:50:38 +00:00
parent b9a3313a65
commit 99fae25d41

View File

@@ -191,7 +191,7 @@ NS_IMETHODIMP nsUnicodeToTIS620::Convert(const PRUnichar * input,
// Cleanup Run Info;
aPtr = txtRuns.head;
for (int i = 0; i < txtRuns.numRuns; i++) {
for (i = 0; i < txtRuns.numRuns; i++) {
aTmpPtr = aPtr;
aPtr = aPtr->next;
delete aTmpPtr;