fix bug 35356

r=ftang,erik


git-svn-id: svn://10.0.0.236/trunk@69269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shanjian%netscape.com 2000-05-11 22:08:46 +00:00
parent 7e28d5e59a
commit 95ba8ef614

View File

@ -2313,6 +2313,7 @@ nsRenderingContextWin::GetWidth(const PRUnichar *aString,
// Advance to the next character
if (++i >= aLength) {
allDone = PR_TRUE;
goto MeasureText;
}
}
}