This commit is contained in:
kipp%netscape.com 1998-09-08 23:51:54 +00:00
Родитель 7151b55b0f
Коммит a827c6c939
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -319,7 +319,7 @@ NS_IMETHODIMP nsFontMetricsUnix :: GetWidth(const PRUnichar *aString,
PRUint32 i ;
PRUint32 desiredSize = sizeof(XChar2b) * aLength;
// Make the temporary buffer larger if needed.
// Make the temporary buffer larger if needed.
if (nsnull == mXstring) {
mXstring = (XChar2b *) PR_Malloc(desiredSize);
mXstringSize = desiredSize;